diff --git a/main.py b/main.py index 243d1282..ca546751 100644 --- a/main.py +++ b/main.py @@ -171,7 +171,6 @@ async def restart(ctx): await ctx.send(embed=embed) await client.logout() - await client.loop.close() @client.command(name="reloadusers", hidden=True)