Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
*.txt text eol=lf
*.py text eol=lf
*.sql binary
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
#Usage
##Essential Commands
```
!add <class> - add yourself to players
!remove - remove yourself from playerlist
!pick <id> <class> - As captain, pick the player with that ID as that class.
```
##Information Commands
```
!players - Lists all currently joined players.
!ip - Prints the next game's server IP.
!last - Time since the last game started.
!captain - Who is the currently picking captain.
```
##Request a substitute
`!needsub <server> <team> <class>`

Loading