diff --git a/mesh_bot.py b/mesh_bot.py index f60b8ef..c3b7128 100755 --- a/mesh_bot.py +++ b/mesh_bot.py @@ -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 * diff --git a/modules/system.py b/modules/system.py index dbfd19b..aafbc22 100644 --- a/modules/system.py +++ b/modules/system.py @@ -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, "