Answers for "how to make my discord bot shut down with a command"

0

how to make my discord bot shut down with a command

#this was in a cog
@commands.command()
@commands.is_owner()
  async def shutdown(self, ctx):
     await ctx.bot.logout()
Posted by: Guest on June-24-2020

Code answers related to "how to make my discord bot shut down with a command"

Python Answers by Framework

Browse Popular Code Answers by Language