Skip to content

Commit

Permalink
Merge pull request #225 from pistachiostudio/vl-new-season
Browse files Browse the repository at this point in the history
episode 8 act 2
  • Loading branch information
quojama authored Mar 12, 2024
2 parents 2a80359 + ffb998a commit 38d654e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cogs/valorant_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from discord import app_commands
from discord.ext import commands

current_season = "e8a1"
current_season = "e8a2"
season_txt = current_season.replace("e", "Episode ").replace("a", " Act ")
VALORANT_TOKEN = os.environ["VALORANT_TOKEN"]

Expand Down

0 comments on commit 38d654e

Please sign in to comment.