Added dice roller
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user