everything's up and runningsee 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 and captures the current stream category as context.
  • From the web UI: click New quote on the Quotes page and fill in the fields.

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 where the author/context matches Alice
!searchquote spaghettiReturns the numbers of every quote whose text contains the given word or phrase

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.