Add hybrid command support to Bot.add_cog
guild kwargs
#9366
Labels
feature request
This is a feature request.
Bot.add_cog
guild kwargs
#9366
Summary
Update docs and extend functionality for
Bot.add_cog
'sguild(s)
kwarg to support hybrid commandsWhat is the feature request for?
discord.ext.commands
The Problem
1.) The docs got misleading information regarding
guild(s)
kwargs2.) Hybrid Commands aren't supported by
Bot.add_cog
'sguild(s)
kwargThe 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 inBot.add_cog
The Current Solution
No response
Additional Context
No response
The text was updated successfully, but these errors were encountered: