Skip to content

Commit

Permalink
Merge pull request #226 from pistachiostudio/new-act-e8a3
Browse files Browse the repository at this point in the history
new act e8a3
  • Loading branch information
quojama authored May 1, 2024
2 parents 38d654e + 70d7717 commit 0cf6f4c
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 = "e8a2"
current_season = "e8a3"
season_txt = current_season.replace("e", "Episode ").replace("a", " Act ")
VALORANT_TOKEN = os.environ["VALORANT_TOKEN"]

Expand Down

0 comments on commit 0cf6f4c

Please sign in to comment.