howRandom

This commit is contained in:
SpudGunMan
2024-09-27 17:39:55 -07:00
parent 6f6fb35177
commit 77a6e63210
2 changed files with 1 additions and 1 deletions
+1
View File
@@ -4,6 +4,7 @@
import asyncio
import time # for sleep, get some when you can :)
import random
from pubsub import pub # pip install pubsub
from modules.log import *
from modules.system import *
-1
View File
@@ -129,7 +129,6 @@ if games_enabled is True:
if lemonade_enabled:
gamesCmdList += "LemonStand, "
if gTnW_enabled:
import random
trap_list = trap_list + ("globalthermonuclearwar",)
if blackjack_enabled:
gamesCmdList += "BlackJack, "