diff options
| author | 2022-12-28 23:33:05 +0100 | |
|---|---|---|
| committer | 2022-12-28 22:33:05 +0000 | |
| commit | 7aefa4e6d418bc70327d6e409b760463f0de432d (patch) | |
| tree | 0a279cb383eabf7c0870da99909f2c5081e27fc7 /bot/exts/core | |
| 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/exts/core')
| -rw-r--r-- | bot/exts/core/extensions.py | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/bot/exts/core/extensions.py b/bot/exts/core/extensions.py index 5b958c02..1d22cf37 100644 --- a/bot/exts/core/extensions.py +++ b/bot/exts/core/extensions.py @@ -4,10 +4,10 @@ from collections.abc import Mapping  from enum import Enum  from typing import Optional -from botcore.utils._extensions import unqualify  from discord import Colour, Embed  from discord.ext import commands  from discord.ext.commands import Context, group +from pydis_core.utils._extensions import unqualify  from bot import exts  from bot.bot import Bot | 
