0.3.9.2.a7

Fixes to config handling in main bot file because I overlooked it entirely, herpa derpa ..
This commit is contained in:
Franz Rolfsvaag 2025-08-10 20:54:56 +02:00
parent 377586e6e7
commit c28bc573cc

2
bot.py
View File

@ -9,7 +9,7 @@ from modules.common.boot_notice import post_boot_notice
# Version consists of: # Version consists of:
# Major.Enhancement.Minor.Patch.Test (Test is alphanumeric; doesnt trigger auto update) # Major.Enhancement.Minor.Patch.Test (Test is alphanumeric; doesnt trigger auto update)
VERSION = "0.3.9.2.a6" VERSION = "0.3.9.2.a7"
# ---------- Env loading ---------- # ---------- Env loading ----------