0.4.0.0.a4

Fixed small typos
This commit is contained in:
Franz Rolfsvaag 2025-08-13 12:55:08 +02:00
parent 87bcc61a1a
commit 985888fb5a
2 changed files with 2 additions and 1 deletions

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.4.0.0.a3" VERSION = "0.4.0.0.a4"
# ---------- Env loading ---------- # ---------- Env loading ----------

View File

@ -723,6 +723,7 @@ _HTML = """<!doctype html>
<footer id="footer"> <footer id="footer">
<div class="line" id="copyright"></div> <div class="line" id="copyright"></div>
<div class="line" id="statusline">Uptime: · Version: v</div> <div class="line" id="statusline">Uptime: · Version: v</div>
<div class="line" id="coffee"><a href="https://throne.com/ookamikuntv/item/39590391-c582-4c5d-8795-fe6f1925eaae">Buy me a :coffee:</a></div>
</footer> </footer>
<!-- Copy/share modal --> <!-- Copy/share modal -->