mirror of
https://github.com/Matthww/TuneBot.git
synced 2026-09-21 21:17:48 +00:00
Merge pull request #20 from strNophix/rebranding
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
|
||||
|
||||
@@ -127,4 +127,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