From 7aefa4e6d418bc70327d6e409b760463f0de432d Mon Sep 17 00:00:00 2001 From: Amrou Bellalouna Date: Wed, 28 Dec 2022 23:33:05 +0100 Subject: Bump botcore version (#1180) Co-authored-by: Amrou Bellalouna --- bot/bot.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bot/bot.py') 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 -- cgit v1.2.3