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