diff --git a/Gwendolyn.py b/Gwendolyn.py index 22a3daf..0154046 100644 --- a/Gwendolyn.py +++ b/Gwendolyn.py @@ -45,7 +45,7 @@ class Gwendolyn(commands.Bot): self.databaseFuncs.stopServer() self.log("Logging out", level = 25) - await self.logout() + await self.close() else: self.log(f"{ctx.author.display_name} tried to stop me! (error code 201)",str(ctx.channel_id)) await ctx.send(f"I don't think I will, {ctx.author.display_name} (error code 201)")