cyan🍵fy
This commit is contained in:
parent
4d60c12d17
commit
9b09912ae5
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue