Commands don’t run in discord.py 2.0 – no errors, but run in discord.py 1.7.3
I’m trying to understand how migrating from Discord.py version 1.7.3 to 2.0 works. In particular, this is test code I’m using:
I’m trying to understand how migrating from Discord.py version 1.7.3 to 2.0 works. In particular, this is test code I’m using:
I have the following code that I am trying out:
I have quite a large bot for Discord written up. It has over 1000 lines of code. When I researched how to do it on Youtube and here, nothing seems to be working. I was wondering if someone could explain how to use a cog properly, possibly with photo examples. I can show what code I have to help you understand what I want.