diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2016-12-01 20:06:49 +0100 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2016-12-01 20:06:49 +0100 |
| commit | 31c3e0d00418fae31517e49784ad416761e3335b (patch) | |
| tree | b9aed9a050fda17e659d26421f1abb6281508e9c | |
| parent | 8860360d1ccbaf089f40f7699580b5eceb4f2b8b (diff) | |
| download | Vainbot-31c3e0d00418fae31517e49784ad416761e3335b.tar.gz Vainbot-31c3e0d00418fae31517e49784ad416761e3335b.zip | |
shorten help message
| -rw-r--r-- | main.py | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -95,9 +95,9 @@ async def on_message(message): await cli.send_message(message.channel, "Vainglory Discord bot " + VERSION + " written & hosted by shutterfly") if msg.startswith("?help"): - await cli.send_message(message.channel, "Available commands: ?help, ?ping, ?about") - await cli.send_message(message.channel, "Write <play with me [now (default) | in (time) | at,from (time)] [for (time, default 30 minutes) | until (time)]> to find teammates.") - await cli.send_message(message.channel, "Cancel your search with <don't play with me>.") + await cli.send_message(message.channel, "Commands: ?help, ?ping, ?about") + await cli.send_message(message.channel, "<play with me [now (default) | in (timespan) | at,from (time)] [for (timespan, default 30 minutes) | until (time)]> to find teammates.") + await cli.send_message(message.channel, "<don't play with me> to cancel.") if msg.startswith("play with me"): when = message.content[len("play with me"):] |
