From e73c66c679b52a408e7fbf4c60163dcac00b766f Mon Sep 17 00:00:00 2001 From: xenofem Date: Fri, 26 Jun 2020 04:13:03 -0400 Subject: [PATCH] more clarifications in messages --- waggle-dance.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/waggle-dance.py b/waggle-dance.py index e8247c9..d0aa23f 100755 --- a/waggle-dance.py +++ b/waggle-dance.py @@ -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