Rebranding to TuneBot + updated pyproject.toml

This commit is contained in:
2021-11-06 15:58:10 +01:00
parent c9ffc06e51
commit aed057daa4
8 changed files with 22 additions and 22 deletions
+2 -2
View File
@@ -1,10 +1,10 @@
from typing import Dict
from discord.ext.commands import Cog
from bot import ChristmasBot
from bot import TuneBot
class BaseCog(Cog):
def __init__(self, bot: ChristmasBot) -> None:
def __init__(self, bot: TuneBot) -> None:
self.bot = bot
slash_descriptions: Dict[str, str] = self.bot.config["slash_descriptions"]