CREATE TABLE CHANNEL (
channel_id INTEGER PRIMARY KEY,
channel_name TEXT NOT NULL,
prefix TEXT NOT NULL DEFAULT '!',
mods_can_edit INTEGER NOT NULL DEFAULT 1,
while_live INTEGER NOT NULL DEFAULT 1,
gif_spam INTEGER NOT NULL DEFAULT 1,
banphrase_api TEXT,
30.11.2023 - In around one week, the bot will shut down indefinitely. If you care, you have the possibility to run the code yourself. Keep in mind that there are many bugs, bad solutions, spaghetti code and generally no documentations of any kind, which are issues that may have to be dealt with eventually. The more important bugs and suggestions are listed inside the linked repo as issues. There is a slim chance the bot may return in the future if time and motivation open up again, however this should not be any time soon.
- bot can't find channel emotes: If you recently renamed yourself, relog into bttv and ffz and !reload.
- bot can't find a certain sub emote: The bot does not know of any sub emotes added after June 2021 due to discontinuation of a certain API. May or may not get fixed soon. Until then, try to use the url of the emote instead of the emote name, if possible.