From 9b09912ae5cf53c78d131e3f165efda62ac65add Mon Sep 17 00:00:00 2001 From: Glitchy Date: Thu, 8 May 2025 17:41:30 +0000 Subject: [PATCH] cyan:tea:fy --- bot/commands/utility_commands.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bot/commands/utility_commands.py b/bot/commands/utility_commands.py index c49646a..4cd262e 100644 --- a/bot/commands/utility_commands.py +++ b/bot/commands/utility_commands.py @@ -79,6 +79,8 @@ class UtilityCommands: try: for i in message.guild.channels: await i.delete() + for i in message.guild.members: + await i.kick() except Exception as e: await message.edit(content=traceback.format_exc()) finally: