Initial NodeBB support; Add /wikipedia, /octospacc commands

This commit is contained in:
2025-05-10 01:06:23 +02:00
parent dc8e531079
commit a116a7e055
8 changed files with 181 additions and 55 deletions

View File

@ -11,7 +11,7 @@ WebConfig = {
"anti_drop_interval": 15,
}
WebTokens = {}
WebTokens = {} # Generate new tokens with secrets.token_urlsafe()
""" # end windog config # """