Misc updates, improve global API, start work on db and module strings

This commit is contained in:
2024-06-25 02:08:49 +02:00
parent 7d426e9497
commit 8f1b80ab14
26 changed files with 389 additions and 210 deletions

View File

@ -4,12 +4,14 @@
# ================================== #
""" # windog config start # """
# If you have modified the bot's code, you should set this
# If you have modified the bot's code, you should set this.
ModifiedSourceUrl = ""
# Logging of system information and runtime errors. Recommended to be on at least for console.
LogToConsole = True
LogToFile = True
# Dumping of the bot's remote events. Should stay off unless needed for debugging.
DumpToConsole = False
DumpToFile = False