more clarifications in messages
This commit is contained in:
parent
4549d21cd2
commit
e73c66c679
|
@ -53,7 +53,7 @@ async def on_message(message):
|
||||||
try:
|
try:
|
||||||
rounds = int(message.content.split()[1])
|
rounds = int(message.content.split()[1])
|
||||||
except ValueError:
|
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
|
return
|
||||||
else:
|
else:
|
||||||
rounds = None
|
rounds = None
|
||||||
|
|
Loading…
Reference in a new issue