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: