Added dice roller

This commit is contained in:
2023-09-12 11:09:27 +10:00
parent 3d51687b51
commit c2ea96445d
3 changed files with 31 additions and 12 deletions

View File

@@ -2,18 +2,22 @@ import discord
import random
# Temporary List
games = ["Left 4 Dead 2",
"Aragami",
"Astroneer",
"Factorio",
"Borderlands",
"Stardew Valley",
"Viscera Cleanup Detail",
"SCP",
"Satisfactory",
"Backrooms (Alternate Ending)",
"Ghost Recon Wildlands"
]
# games = ["Left 4 Dead 2",
# "Aragami",
# "Astroneer",
# "Factorio",
# "Borderlands",
# "Stardew Valley",
# "Viscera Cleanup Detail",
# "SCP",
# "Satisfactory",
# "Backrooms (Alternate Ending)",
# "Ghost Recon Wildlands"
# ]
games = ["Plate Up",
"Terraria",
"Ghost Recon"]
def add_game(game: str):
games.append(game)