aboutsummaryrefslogtreecommitdiffstats
path: root/bot/exts/fun
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
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')
-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