more clarifications in messages

This commit is contained in:
xenofem 2020-06-26 04:13:03 -04:00
parent 4549d21cd2
commit e73c66c679

View file

@ -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