mirror of
https://github.com/Noratrieb/widetom.git
synced 2026-01-14 17:05:03 +01:00
17 lines
No EOL
595 B
TOML
17 lines
No EOL
595 B
TOML
# if a message contains the keyword on the left, w i d e t o m will react with the emote on the right
|
|
# the emote name has to be the keyword
|
|
emotes = [
|
|
["conny", 838137360667508786],
|
|
["rene", 832636011917606912],
|
|
["yuki", 820785209527631892],
|
|
["nick", 816429590687776839],
|
|
["nils", 816429379654516796],
|
|
["tom", 811324632082415626],
|
|
["thomas", 803607136000802827],
|
|
]
|
|
|
|
# if a message is a trigger (equals, not contains) then respond with the answer
|
|
responses = [
|
|
["tom", "<:tom:811324632082415626>"],
|
|
["hui", "PRAISE hUI, THE ALMIGHTY OR PERISH AS FOOLS!!!"],
|
|
] |