nextcord
nextcord copied to clipboard
Move cogs to Client
why:tm:
This has been well discussed in the discord and likely doesn't move over to github well. The tl;dr is that you shouldn't be forced to use ext.commands when you can use items like slash in client to create a discord bot.
Its understandable you may wish to make your entire bot in 1 file which is thousands of lines, but others like to split it into cogs for the many benefits it brings. So I believe this issue is just a note to that regard.