Rename !list IRC command to !players

Signed-off-by: Sebastian Crane <seabass-labrax@gmx.com>
This commit is contained in:
Sebastian Crane 2022-02-09 21:45:03 +00:00
parent ae06d012ea
commit 083d51a879
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@
(do (swap! state game/add-player-of-game game-keyword sender)
(add-player-string nil game sender))
"!list"
"!players"
(list-players-string @state game nil)
"!remove"