aboutsummaryrefslogtreecommitdiffstats
path: root/bot/exts/core/internal_eval
diff options
context:
space:
mode:
authorGravatar shtlrs <[email protected]>2023-05-01 14:20:31 +0100
committerGravatar shtlrs <[email protected]>2023-05-06 13:20:46 +0100
commit64e1ac315daf4d17da02790859baebbbbb7bdfc4 (patch)
tree15c3e2973685408b11272a34af1bc2de58580e28 /bot/exts/core/internal_eval
parentupdate Categories (diff)
update Client constants
This also renames the Client class to Bot, to align better with Python.
Diffstat (limited to 'bot/exts/core/internal_eval')
-rw-r--r--bot/exts/core/internal_eval/_internal_eval.py2
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 2daf8ef9..7365effc 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 Client.debug:
+ if Bot.debug:
self.internal_group.add_check(commands.is_owner().predicate)
@staticmethod