diff options
| author | 2023-05-01 14:38:18 +0100 | |
|---|---|---|
| committer | 2023-05-06 13:20:47 +0100 | |
| commit | a976c7888423e657f946ac567695c7da23e9f9a7 (patch) | |
| tree | 764fcaf5a3891378578efc5a70de894a160ccedc /bot/exts/core/internal_eval | |
| parent | Revert "redeem lost bot references" (diff) | |
revert renaming of Client to Bot
Diffstat (limited to 'bot/exts/core/internal_eval')
| -rw-r--r-- | bot/exts/core/internal_eval/_internal_eval.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/exts/core/internal_eval/_internal_eval.py b/bot/exts/core/internal_eval/_internal_eval.py index 7365effc..2daf8ef9 100644 --- a/bot/exts/core/internal_eval/_internal_eval.py +++ b/bot/exts/core/internal_eval/_internal_eval.py @@ -43,7 +43,7 @@ class InternalEval(commands.Cog): self.bot = bot self.locals = {} - if Bot.debug: + if Client.debug: self.internal_group.add_check(commands.is_owner().predicate) @staticmethod |