mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-06 11:18:54 -05:00
[Permissions] Fix Requires.ready_event.set() on subcommands (#2868)
Signed-off-by: Toby Harradine <tobyharradine@gmail.com>
This commit is contained in:
parent
1d2980f8fa
commit
d5c412e3df
@ -457,7 +457,7 @@ class RedBase(commands.GroupMixin, commands.bot.BotBase, RPCMixin): # pylint: d
|
|||||||
for subcommand in set(command.walk_commands()):
|
for subcommand in set(command.walk_commands()):
|
||||||
self.dispatch("command_add", subcommand)
|
self.dispatch("command_add", subcommand)
|
||||||
if permissions_not_loaded:
|
if permissions_not_loaded:
|
||||||
command.requires.ready_event.set()
|
subcommand.requires.ready_event.set()
|
||||||
|
|
||||||
def remove_command(self, name: str) -> None:
|
def remove_command(self, name: str) -> None:
|
||||||
command = super().remove_command(name)
|
command = super().remove_command(name)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user