aboutsummaryrefslogtreecommitdiffstats
path: root/bot/exts/fun/fun.py
diff options
context:
space:
mode:
authorGravatar Amrou Bellalouna <[email protected]>2022-12-28 23:33:05 +0100
committerGravatar GitHub <[email protected]>2022-12-28 22:33:05 +0000
commit7aefa4e6d418bc70327d6e409b760463f0de432d (patch)
tree0a279cb383eabf7c0870da99909f2c5081e27fc7 /bot/exts/fun/fun.py
parentBump pre-commit from 2.20.0 to 2.21.0 (#1178) (diff)
Bump botcore version (#1180)
Co-authored-by: Amrou Bellalouna <[email protected]>
Diffstat (limited to 'bot/exts/fun/fun.py')
-rw-r--r--bot/exts/fun/fun.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/exts/fun/fun.py b/bot/exts/fun/fun.py
index 8056b033..16279dd7 100644
--- a/bot/exts/fun/fun.py
+++ b/bot/exts/fun/fun.py
@@ -6,10 +6,10 @@ from pathlib import Path
from typing import Literal
import pyjokes
-from botcore.utils.commands import clean_text_or_reply
from discord import Embed
from discord.ext import commands
from discord.ext.commands import BadArgument, Cog, Context
+from pydis_core.utils.commands import clean_text_or_reply
from bot.bot import Bot
from bot.constants import Client, Colours, Emojis