Merge pull request #20 from strNophix/rebranding

Rebranding to TuneBot + updated pyproject.toml
This commit is contained in:
2021-11-06 17:07:47 +01:00
committed by GitHub
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
@@ -127,4 +127,4 @@ if __name__ == "__main__":
pass
token = config.pop("token")
ChristmasBot(config).run(token, reconnect=True)
TuneBot(config).run(token, reconnect=True)