mirror of
https://github.com/Matthww/TuneBot.git
synced 2026-09-21 19:57:48 +00:00
Rebranding to TuneBot + updated pyproject.toml
This commit is contained in:
+2
-2
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user