Minor changes

This commit is contained in:
2023-08-14 18:36:15 +10:00
parent ad653a33d2
commit 3d51687b51
6 changed files with 6 additions and 7 deletions

View File

@@ -22,7 +22,6 @@ def pick_game():
randomIndex = random.randrange(0, len(games))
coinFlip = random.randrange(0, 2)
print(coinFlip)
if coinFlip:
return f"Valorant ({games[randomIndex]})"