From 333b42438d6c2ff7791acf837272ef871fdf6b42 Mon Sep 17 00:00:00 2001 From: Bradley Reynolds Date: Thu, 9 Feb 2023 17:58:11 -0600 Subject: bump pydis_core to 9.4.1 Signed-off-by: Bradley Reynolds --- arthur/bot.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'arthur/bot.py') diff --git a/arthur/bot.py b/arthur/bot.py index 2220db6..d7ccd8e 100644 --- a/arthur/bot.py +++ b/arthur/bot.py @@ -2,11 +2,11 @@ from pathlib import Path from typing import Any, Union -from botcore import BotBase -from botcore.utils import scheduling from discord import Interaction, Member, User from discord.ext import commands from kubernetes_asyncio import config +from pydis_core import BotBase +from pydis_core.utils import scheduling from arthur import exts, logger from arthur.config import CONFIG -- cgit v1.2.3