A template for developing in discord.py using the Cog (commands framework).
・Put the bot client's token in the environment variable named TOKEN
and start it.
・If you type !goodmorning
and there is a response, it is working properly.
・You can change this by rewriting the command_prefix
variable on line 8 in main.py
.