From 6cb22c11bd77c8132fa87eacc76cb0dac9c21d06 Mon Sep 17 00:00:00 2001 From: Tyler Date: Mon, 29 May 2017 13:50:54 -0400 Subject: [PATCH] Update pug documentation --- docs/features/overwatch_pug.rst | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/docs/features/overwatch_pug.rst b/docs/features/overwatch_pug.rst index 02e9720..2bdbbb7 100644 --- a/docs/features/overwatch_pug.rst +++ b/docs/features/overwatch_pug.rst @@ -15,7 +15,7 @@ Prerequisites |project| needs the "Manage Channels" permission, |project| and all other bots need the "Move Members" permission. -There needs to be a voice channel with `Pug Lobby` (exact capitalization) in the name, there can be emojis and other text before/after, but not in between. +There needs to be a voice channel with `Pug Lobby` (exact capitalization) in the name, there can be emojis and other text before/after, but not in between. There can be multiple lobby channels. You will need at least one of the following bots in the server, to allow us to move more people than the rate limit allows for. @@ -29,11 +29,16 @@ A lobby is a group of players that wish to split into teams. You can define as m To start a lobby with a specified number of leaders, and let people volunteer: - !!leaders + !!lobby [players per team] [pick method] + +Pick method can be one of the following: + + single (One - One picking) + onetwo (One - Two - Two, Two - Two - One picking) To start a lobby with a specified list of leaders, use Discord's Mentions: - !!leaders @Leader1 @Leader2... + !!lobby @Leader1 @Leader2... Volunteering for Captain ------------------------