Skip to content

Commit

Permalink
episode 9 act 2
Browse files Browse the repository at this point in the history
  • Loading branch information
quojama committed Aug 29, 2024
1 parent ef47a36 commit e3dfdad
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 e3dfdad

Please sign in to comment.