Skip to content

Commit b291e8a

Browse files
authored
Update config.py
1 parent 98a42fc commit b291e8a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bot/cogs/config.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,8 @@ async def logout(self, ctx):
8585
If the user running the command owns the bot then this will disconnect the bot from nextcord.
8686
"""
8787
await ctx.send(f"Hey {ctx.author.mention}, I am now logging out :wave:")
88-
await self.bot.logout()
88+
await self.bot.close()
8989

9090

9191
def setup(bot):
92-
bot.add_cog(Configuration(bot))
92+
bot.add_cog(Configuration(bot))

0 commit comments

Comments
 (0)