diff --git a/src/modules/commandes.py b/src/modules/commandes.py index 97d78e4..0a6ac8e 100644 --- a/src/modules/commandes.py +++ b/src/modules/commandes.py @@ -75,7 +75,7 @@ class Commandes(Cog): author = cast(Chatter, ctx.author) for command in listCommands(self.client): name = command.name - if command.no_global_checks and author.is_mod: + if command.no_global_checks and not author.is_mod: continue if command.aliases: name += " (alias: "