mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-09-05 01:16:21 +00:00
[commands] Fix hybrid command wrapped instances being out of sync
This commit is contained in:
@ -297,6 +297,8 @@ def replace_parameters(
|
||||
|
||||
|
||||
class HybridAppCommand(discord.app_commands.Command[CogT, P, T]):
|
||||
__commands_is_hybrid_app_command__: ClassVar[bool] = True
|
||||
|
||||
def __init__(
|
||||
self,
|
||||
wrapped: Union[HybridCommand[CogT, ..., T], HybridGroup[CogT, ..., T]],
|
||||
|
Reference in New Issue
Block a user