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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user