more clarifications in messages

main
xenofem 2020-06-26 04:13:03 -04:00
parent 4549d21cd2
commit e73c66c679
1 changed files with 1 additions and 1 deletions

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