Merge branch 'main' of https://github.com/Xargana/selfbot-thingey
This commit is contained in:
commit
ff4418f834
|
@ -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