mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-12-06 01:12:33 -05:00
disabled help hideaways (#2892)
* disabled help hideaways * can_see fix
This commit is contained in:
@@ -328,7 +328,7 @@ class Command(CogCommandMixin, commands.Command):
|
||||
can_run = await self.can_run(
|
||||
ctx, check_all_parents=True, change_permission_state=False
|
||||
)
|
||||
except commands.CheckFailure:
|
||||
except (commands.CheckFailure, commands.errors.DisabledCommand):
|
||||
return False
|
||||
else:
|
||||
if can_run is False:
|
||||
|
||||
Reference in New Issue
Block a user