We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98a42fc commit b291e8aCopy full SHA for b291e8a
bot/cogs/config.py
@@ -85,8 +85,8 @@ async def logout(self, ctx):
85
If the user running the command owns the bot then this will disconnect the bot from nextcord.
86
"""
87
await ctx.send(f"Hey {ctx.author.mention}, I am now logging out :wave:")
88
- await self.bot.logout()
+ await self.bot.close()
89
90
91
def setup(bot):
92
- bot.add_cog(Configuration(bot))
+ bot.add_cog(Configuration(bot))
0 commit comments