more clarifications in messages
This commit is contained in:
parent
4549d21cd2
commit
e73c66c679
|
@ -53,7 +53,7 @@ async def on_message(message):
|
|||
try:
|
||||
rounds = int(message.content.split()[1])
|
||||
except ValueError:
|
||||
await message.channel.send('usage: `!waggle 5` for 5 rounds of pollination, `!waggle` for as many rounds as possible')
|
||||
await message.channel.send("usage: `!waggle 6` for at most 6 rounds of pollination, `!waggle` for as many rounds as possible until everyone's met everyone else")
|
||||
return
|
||||
else:
|
||||
rounds = None
|
||||
|
|
Loading…
Reference in a new issue