Skip to content

Commit

Permalink
Valorant 新シーズン対応
Browse files Browse the repository at this point in the history
  • Loading branch information
quojama committed Nov 6, 2023
1 parent 15dece3 commit 075b43e
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 @@ -3,7 +3,7 @@
from discord import app_commands
from discord.ext import commands

current_season = "e7a2"
current_season = "e7a3"
season_txt = current_season.replace("e", "Episode ").replace("a", " Act ")


Expand Down

0 comments on commit 075b43e

Please sign in to comment.