From 016e907d39c2f77b3b8afa76001b2d05b69dab22 Mon Sep 17 00:00:00 2001 From: WhatDidYouExpect <89535984+WhatDidYouExpect@users.noreply.github.com> Date: Thu, 17 Jul 2025 17:42:21 +0200 Subject: [PATCH] probably wont break anything (foreshadowing) --- modules/globalvars.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/modules/globalvars.py b/modules/globalvars.py index 5241cca..8ff634e 100644 --- a/modules/globalvars.py +++ b/modules/globalvars.py @@ -44,10 +44,8 @@ MEMORY_FILE = "memory.json" MEMORY_LOADED_FILE = "MEMORY_LOADED" # is this still even used?? okay just checked its used in the markov module ALIVEPING = os.getenv("ALIVEPING") AUTOUPDATE = os.getenv("AUTOUPDATE") -# IGNOREWARNING = False # is this either??? i don't think so? song = os.getenv("SONG") arch = platform.machine() -slash_commands_enabled = True # 100% broken, its a newer enough version so its probably enabled by default.... fix this at somepoint or hard code it in goober central code launched = False latest_version = "0.0.0" local_version = "2.3.3"