diff options
author | 2022-12-28 23:33:05 +0100 | |
---|---|---|
committer | 2022-12-28 22:33:05 +0000 | |
commit | 7aefa4e6d418bc70327d6e409b760463f0de432d (patch) | |
tree | 0a279cb383eabf7c0870da99909f2c5081e27fc7 /bot/bot.py | |
parent | Bump 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.py | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |