Update pug documentation
This commit is contained in:
parent
80f00cc9fa
commit
6cb22c11bd
|
@ -15,7 +15,7 @@ Prerequisites
|
||||||
|
|
||||||
|project| needs the "Manage Channels" permission, |project| and all other bots need the "Move Members" permission.
|
|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.
|
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:
|
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:
|
To start a lobby with a specified list of leaders, use Discord's Mentions:
|
||||||
|
|
||||||
!!leaders @Leader1 @Leader2...
|
!!lobby @Leader1 @Leader2...
|
||||||
|
|
||||||
Volunteering for Captain
|
Volunteering for Captain
|
||||||
------------------------
|
------------------------
|
||||||
|
|
Loading…
Reference in New Issue