Files
sc_annoy_bot/config.json
2026-02-27 18:25:32 -05:00

200 lines
5.5 KiB
JSON

{
"message_handlers": [
{
"conditions": [
{
"type": "text",
"text": "lessthan"
},
{
"type": "text",
"text": "focus"
},
{
"type": "text",
"text": "hypnosis"
},
{
"type": "text",
"text": "didntnotice"
},
{
"type": "text",
"text": "evennotice"
},
{
"type": "text",
"text": "oblivion"
},
{
"type": "text",
"text": "barelyrecognize"
},
{
"type": "text",
"text": "violence"
}
],
"responses": [
{
"type": "emoji",
"emoji": "lessthan"
},
{
"type": "text",
"text": "WHAT ARE YOU WAITING FOR?"
}
]
},
{
"conditions": [
{
"type": "match_word",
"text": "late"
}
],
"responses": [
{
"type": "emoji",
"emoji": "albrecht_entrati"
},
{
"type": "text",
"text": "https://tenor.com/view/warframe-whispers-in-the-wall-tenno-entrati-1999-gif-16943765476869672917"
}
]
},
{
"conditions": [
{
"type": "and",
"conditions": [
{
"type": "random",
"chance": 0.35
},
{
"type": "match_word",
"text": "bot"
}
]
}
],
"responses": [
{
"type": "text",
"text": "I'm not a bot."
}
]
},
{
"conditions": [
{
"type": "text",
"text": "shutup"
},
{
"type": "text",
"text": "shutthehellup"
}
],
"responses": [
{
"type": "text",
"text": "SILENCE"
},
{
"type": "emoji",
"emoji": "lessthan"
}
]
},
{
"conditions": [
{
"type": "and",
"conditions": [
{
"type": "text",
"text": "annoy"
},
{
"type": "random",
"chance": 0.5
}
]
}
],
"responses": [
{
"type": "text",
"text": "Stop annoying yourself."
}
]
},
{
"conditions": [
{
"type": "text",
"text": "pieces"
},
{
"type": "text",
"text": "peices"
}
],
"responses": [
{
"type": "text",
"text": "Put. It. Together."
}
]
},
{
"conditions": [
{
"type": "and",
"conditions": [
{
"type": "or",
"conditions": [
{
"type": "match_word",
"text": "never"
},
{
"type": "match_word",
"text": "nothing"
}
]
},
{
"type": "text",
"text": "happen"
}
]
}
],
"responses": [
{
"type": "text",
"text": "https://tenor.com/view/nothing-ever-happens-nothing-look-at-the-time-nothing-clock-nothing-ever-happens-clock-gif-4518983960573307132"
}
]
},
{
"conditions": [
{
"type": "match_word",
"text": "I am the one who"
}
],
"responses": [
{
"type": "text",
"text": "https://tenor.com/view/explaining-talking-speed-i-am-the-danger-skyler-gif-19043411"
}
]
}
]
}