From 4aa1d6f77e5986cf310e4b71891980e21ade23b8 Mon Sep 17 00:00:00 2001 From: Siphalor Date: Fri, 12 Mar 2021 14:24:36 +0100 Subject: [PATCH] Improve the och!groups command --- bot.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bot.py b/bot.py index ad93de9..50d2723 100644 --- a/bot.py +++ b/bot.py @@ -431,7 +431,9 @@ async def group_command(ctx: commands.Context, subcommand: Optional[str], arg: O if members: for member in members: await member.add_roles(role, reason="Create group " + arg) + await asyncio.sleep(5) await channel.send("Hi, @" + role.name) + await ctx.send("Done :)") def _is_message_valid_for_selection(message: discord.Message, reaction_filter: Optional[str] = None) -> bool: