summaryrefslogtreecommitdiff
path: root/main.py
diff options
context:
space:
mode:
Diffstat (limited to 'main.py')
-rw-r--r--main.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/main.py b/main.py
index 07fb0d7..81eb62e 100644
--- a/main.py
+++ b/main.py
@@ -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"):]