From 962968fecedca3bef33ba9524d87ffedf815f16d Mon Sep 17 00:00:00 2001 From: Chris Lovering Date: Sat, 5 Nov 2022 13:39:52 +0000 Subject: Rename package due to naming conflict --- dev/bot/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dev/bot/__init__.py') diff --git a/dev/bot/__init__.py b/dev/bot/__init__.py index 71871209..6ee1ae47 100644 --- a/dev/bot/__init__.py +++ b/dev/bot/__init__.py @@ -3,7 +3,7 @@ import logging import os import sys -import botcore +import pydis_core if os.name == "nt": # Change the event loop policy on Windows to avoid exceptions on exit @@ -15,7 +15,7 @@ logging.getLogger().setLevel(logging.DEBUG) logging.getLogger("discord").setLevel(logging.ERROR) -class Bot(botcore.BotBase): +class Bot(pydis_core.BotBase): """Sample Bot implementation.""" async def setup_hook(self) -> None: -- cgit v1.2.3