Open
Description
Summary
Update docs and extend functionality for Bot.add_cog
's guild(s)
kwarg to support hybrid commands
What is the feature request for?
discord.ext.commands
The Problem
1.) The docs got misleading information regarding guild(s)
kwargs
2.) Hybrid Commands aren't supported by Bot.add_cog
's guild(s)
kwarg
The Ideal Solution
1.) Update the docs. Currently it states "If the cog is an application command group" even trough it applies to app commands without an group.
2.) Support Hybrid commands when using guild(s)
kwarg in Bot.add_cog
The Current Solution
No response
Additional Context
No response