Change help message wording
This commit is contained in:
parent
e0e35ef2b2
commit
17c808ba26
1 changed files with 1 additions and 1 deletions
|
|
@ -72,7 +72,7 @@ class Adventure:
|
||||||
SHORT_DESCRIPTION = "play the classic text adventure 'adventure'"
|
SHORT_DESCRIPTION = "play the classic text adventure 'adventure'"
|
||||||
DESCRIPTION = "'adventure' can play the classic text adventure aptly named 'adventure'.\n"
|
DESCRIPTION = "'adventure' can play the classic text adventure aptly named 'adventure'.\n"
|
||||||
COMMANDS = (
|
COMMANDS = (
|
||||||
"!adventure [start|stop|restart] - start/stop/restart an adventure\n"
|
"!adventure [start|stop|restart] - start/stop/restart the adventure\n"
|
||||||
"> your command here - send a command to the adventure, if currently running\n"
|
"> your command here - send a command to the adventure, if currently running\n"
|
||||||
)
|
)
|
||||||
AUTHOR = "Created by @Garmy using github.com/Garmelon/yaboli\n"
|
AUTHOR = "Created by @Garmy using github.com/Garmelon/yaboli\n"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue