Skip to content
This repository has been archived by the owner on Dec 21, 2023. It is now read-only.

Commit

Permalink
✨v1.2.1
Browse files Browse the repository at this point in the history
Forgot to update version oops
  • Loading branch information
mmattbtw committed Jul 19, 2021
1 parent f842014 commit 4e3fea6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def __init__(self):
)

self.token = os.environ.get("SPOTIFY_AUTH")
self.version = "1.2.0"
self.version = "1.2.1"

async def event_ready(self):
print(f"TwitchTunes ({self.version}) Ready, logged in as: {self.nick}")
Expand Down

0 comments on commit 4e3fea6

Please sign in to comment.