0.4.0.0.a4
Fixed small typos
This commit is contained in:
parent
87bcc61a1a
commit
985888fb5a
2
bot.py
2
bot.py
@ -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; doesn’t trigger auto update)
|
# Major.Enhancement.Minor.Patch.Test (Test is alphanumeric; doesn’t trigger auto update)
|
||||||
VERSION = "0.4.0.0.a3"
|
VERSION = "0.4.0.0.a4"
|
||||||
|
|
||||||
# ---------- Env loading ----------
|
# ---------- Env loading ----------
|
||||||
|
|
||||||
|
@ -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 -->
|
||||||
|
Loading…
Reference in New Issue
Block a user