mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-09-03 08:35:53 +00:00
Update pyright version
This commit is contained in:
@ -377,7 +377,7 @@ class Cog(metaclass=CogMeta):
|
||||
if len(mapping) > 25:
|
||||
raise TypeError('maximum number of application command children exceeded')
|
||||
|
||||
self.__cog_app_commands_group__._children = mapping # type: ignore # Variance issue
|
||||
self.__cog_app_commands_group__._children = mapping
|
||||
|
||||
return self
|
||||
|
||||
|
Reference in New Issue
Block a user