chore: alright, I will remove this

This commit is contained in:
2025-07-13 18:17:17 +02:00
parent 4b326bda7e
commit bf518b06ed
5 changed files with 6 additions and 7 deletions

View File

@@ -27,7 +27,7 @@ async def fetch_game_stats(game: str):
async def compile_stats():
games = ["iw4", "s1", "iw6", "t7"]
games = ["s1", "iw6", "t7"]
stats_message = "**Stats for all games:**\n"
for game in games:
data = await fetch_game_stats(game)