mirror of
https://gitlab.com/octospacc/WinDog.git
synced 2025-06-05 22:09:20 +02:00
Add months-old local changes, restructure platforms api and some modules, fix some bugs
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user