It's a silly fedi bot (currently at https://fox.nexus/@treats).
Editing arrays.py
The format is {folx} can have {treats}, as a treat, so add items to FOLX
and/or TREATS
:
FOLX = [
"Transfems",
"Foxgirls",
[...],
]
TREATS = [
"a headpat",
"an anti-trust lawsuit",
[...],
]
- I <3 trailing commas, and
tox
will get very upset if you forget this :3