diff options
author | 2023-05-01 14:27:11 +0100 | |
---|---|---|
committer | 2023-05-06 13:20:46 +0100 | |
commit | fb658c14f67eaf4ccf900482e887cc5e945fc408 (patch) | |
tree | 62552ff64b38f55613c74800b30a49a444709533 | |
parent | update Reddit (diff) |
update forgotten reference of `Bot`
-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..0fa60a2a 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 Client, Roles +from bot.constants import Bot, Roles from bot.utils.decorators import with_role from ._helpers import EvalContext |