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
@@ -23,7 +23,7 @@ from discord.ext.commands.errors import NoEntryPointError
from context import CustomContext
class ChristmasBot(commands.Bot):
class TuneBot(commands.Bot):
lavalink: lavalink.Client
invite_link: str
@@ -123,4 +123,4 @@ if __name__ == "__main__":
pass
token = config.pop("token")
ChristmasBot(config).run(token, reconnect=True)
TuneBot(config).run(token, reconnect=True)