aboutsummaryrefslogtreecommitdiffstats
path: root/bot/bot.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/bot.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/bot.py')
-rw-r--r--bot/bot.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/bot/bot.py b/bot/bot.py
index 636946f1..da19bdd9 100644
--- a/bot/bot.py
+++ b/bot/bot.py
@@ -2,10 +2,10 @@ import logging
from typing import Optional
import discord
-from botcore import BotBase
-from botcore.utils import scheduling
from discord import DiscordException, Embed
from discord.ext import commands
+from pydis_core import BotBase
+from pydis_core.utils import scheduling
from bot import constants, exts