All systems OKView Status
// STREAMION.BOT DOCS

All about streamion.bot.

Sign-in flow, chat commands, event responses, alerts, music integrations — the full reference for your bot configuration.

Quotes

The quote system stores notable chat moments and makes them retrievable on demand by the streamer or by chat. Quotes are managed on the Quotes page (/quotes) and recalled through the four quote chat commands.

Adding a quote

There are two ways:

  • From chat (moderator): type !addquote <text> in chat. streamion.bot stores the quote, tags it with your channel as the quoted person, and captures the current stream category as context.
  • From the web UI: click New quote on the Quotes page. Alongside the text you can set two optional fields shown in the table: Person (who's being quoted) and Game/category (the context).

Each quote gets a sequential number that's used in !quote <number> and !delquote <number>.

Recalling quotes

The chat commands cover the common cases:

CommandBehavior
!quoteRandom quote
!quote 7Quote number 7
!quote AliceRandom quote whose Person field is Alice (exact match, case-insensitive)
!searchquote spaghettiSearches quote text for the word or phrase. Lists the matching numbers (up to 10, then "and N more"); if exactly one matches, shows the full quote

Deleting quotes

  • From chat (moderator): !delquote <number> — permanent.
  • From the web UI: the row's delete button on the Quotes page.

Numbers are not reused: deleting quote #42 doesn't make the next new quote #42 — gaps are normal.