diff options
Diffstat (limited to 'main.py')
| -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"):] |
