Skip to content

Instantly share code, notes, and snippets.

View VJ-Duardo's full-sized avatar
🎯
Focusing

VJ-Duardo

🎯
Focusing
View GitHub Profile
@VJ-Duardo
VJ-Duardo / database.md
Last active November 30, 2023 01:18
VJBotardo Database Schema

Database schemas

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,
@VJ-Duardo
VJ-Duardo / commands.md
Last active May 26, 2024 20:29
VJBotardo Command List

PSA

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.



Common problems

  • 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.