aboutsummaryrefslogtreecommitdiffstats
path: root/bot/exts/fun
diff options
context:
space:
mode:
Diffstat (limited to 'bot/exts/fun')
-rw-r--r--bot/exts/fun/fun.py2
-rw-r--r--bot/exts/fun/game.py2
2 files changed, 2 insertions, 2 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
diff --git a/bot/exts/fun/game.py b/bot/exts/fun/game.py
index 4e01444e..a8b0b3a0 100644
--- a/bot/exts/fun/game.py
+++ b/bot/exts/fun/game.py
@@ -7,10 +7,10 @@ from enum import IntEnum
from typing import Any, Optional
from aiohttp import ClientSession
-from botcore.utils import scheduling
from discord import Embed
from discord.ext import tasks
from discord.ext.commands import Cog, Context, group
+from pydis_core.utils import scheduling
from bot.bot import Bot
from bot.constants import STAFF_ROLES, Tokens