diff options
author | 2023-02-09 17:58:11 -0600 | |
---|---|---|
committer | 2023-02-09 18:17:51 -0600 | |
commit | 333b42438d6c2ff7791acf837272ef871fdf6b42 (patch) | |
tree | 53d10ecd87c952c63a829a8da0e42eefbc2317c7 /arthur/bot.py | |
parent | Merge pull request #37 from python-discord/rule-refresh-command (diff) |
bump pydis_core to 9.4.1
Signed-off-by: Bradley Reynolds <[email protected]>
Diffstat (limited to 'arthur/bot.py')
-rw-r--r-- | arthur/bot.py | 4 |
1 files changed, 2 insertions, 2 deletions
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 |