diff options
Diffstat (limited to 'bot/exts/fun/game.py')
-rw-r--r-- | bot/exts/fun/game.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 |