Simple questions like this should really be asked in the python_discord-py channel of the Discord API server. To answer your question however, you should have a look at how cogs work.
The different categories are just different ".py" files with names
Actually, they're the names of the classes in those files.
Okay... also check my latest issue... :(
Most helpful comment
Simple questions like this should really be asked in the python_discord-py channel of the Discord API server. To answer your question however, you should have a look at how cogs work.