nextcord icon indicating copy to clipboard operation
nextcord copied to clipboard

Move cogs to Client

Open TAG-Epic opened this issue 3 years ago • 2 comments

TAG-Epic avatar Jan 28 '22 13:01 TAG-Epic

why:tm:

MaskDuck avatar Apr 10 '22 12:04 MaskDuck

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.

Skelmis avatar Apr 10 '22 12:04 Skelmis