Update pug documentation

This commit is contained in:
Tyler 2017-05-29 13:50:54 -04:00
parent 80f00cc9fa
commit 6cb22c11bd
1 changed files with 8 additions and 3 deletions

View File

@ -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 <number of leaders>
!!lobby <number of leaders> [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
------------------------