Skip to content

Commit

Permalink
Merge pull request #237 from pistachiostudio/vl-season-change
Browse files Browse the repository at this point in the history
episode 9 act 2
  • Loading branch information
quojama authored Aug 29, 2024
2 parents ef47a36 + e3dfdad commit a537ae1
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 = "e9a1"
current_season = "e9a2"
season_txt = current_season.replace("e", "Episode ").replace("a", " Act ")
VALORANT_TOKEN = os.environ["VALORANT_TOKEN"]

Expand Down

0 comments on commit a537ae1

Please sign in to comment.