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
@@ -9,7 +9,7 @@ from discord.ext import commands
from discord.ext import tasks
from discord.ext.commands import Context
from bot import ChristmasBot
from bot import TuneBot
from context import CustomContext
from utils.database import AutoJoin
from utils.EmbedGenerator import EmbedGenerator
@@ -123,6 +123,6 @@ class InformationCog(BaseCog, name="Information"):
await ctx.send(embed=embed)
def setup(bot: ChristmasBot):
def setup(bot: TuneBot):
bot.remove_command("help")
bot.add_cog(InformationCog(bot))