1
0
Fork 0

Update guild2.py

This commit is contained in:
Swee 2024-11-10 12:44:05 -08:00
parent 1955f0b8a5
commit 77bc277f08

View file

@ -59,7 +59,6 @@ class SweeBotSystemException(Exception):
pass
async def die():
await client.close()
os.system("python " + " ".join(sys.argv))
sys.exit()
# Client itself
@client.event