Red-DiscordBot
Red-DiscordBot copied to clipboard
Add support for Hybrid commands in Red
Description of the changes
This adds basic support for Hybrid commands within Red. This also adds support for GroupCog in Red where cogs will inherit both the existing Cog class and implement a group command for the cog itself.
Have the changes in this PR been tested?
Yes
It looks like @bot.hybrid_command and @bot.hybrid_group haven't been implemented here yet to return these new classes, is this planned for this PR?