aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar shtlrs <[email protected]>2023-05-01 14:34:31 +0100
committerGravatar shtlrs <[email protected]>2023-05-06 13:20:47 +0100
commit040e39a292a33fa467425705f4a0797df605136a (patch)
tree4fc5725e6ec43b5f71e64970d3ade085a66c5897
parentupdate forgotten reference of `Bot` (diff)
Revert "update forgotten reference of `Bot`"
This reverts commit 696865a9fd1623941b78917e2320c954eead9992.
-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 0fa60a2a..7365effc 100644
--- a/bot/exts/core/internal_eval/_internal_eval.py
+++ b/bot/exts/core/internal_eval/_internal_eval.py
@@ -7,7 +7,7 @@ import discord
from discord.ext import commands
from bot.bot import Bot
-from bot.constants import Bot, Roles
+from bot.constants import Client, Roles
from bot.utils.decorators import with_role
from ._helpers import EvalContext