Add months-old local changes, restructure platforms api and some modules, fix some bugs

This commit is contained in:
2024-06-15 02:08:09 +02:00
parent 2512df4f98
commit b7eb53e6a7
13 changed files with 393 additions and 332 deletions

View File

@ -3,6 +3,9 @@
# Licensed under AGPLv3 by OctoSpacc #
# ================================== #
# If you have modified the bot's code, you should set this
ModifiedSourceUrl = ''
MastodonUrl = ''
MastodonToken = ''
@ -33,14 +36,16 @@ Endpoints = {
#"repeat": cRepeat,
"wish": percenter,
"level": percenter,
#"hug": multifun,
#"pat": multifun,
#"poke": multifun,
#"cuddle": multifun,
#"floor": multifun,
#"hands": multifun,
#"sessocto": multifun,
"hug": multifun,
"pat": multifun,
"poke": multifun,
"cuddle": multifun,
"floor": multifun,
"hands": multifun,
"sessocto": multifun,
"hash": cHash,
#"encode": cEncode,
#"decode": cDecode,
#"time": cTime,
"eval": cEval,
"exec": cExec,