Skip to main content

πŸ’¬ Quote Manager

Find this on Ko-fi

Uttered something great on your stream, only for it to disappear into the aether? Said something that will haunt you out of context? Never miss a moment with the FoF Quote Manager, powered by Streamer.bot and fully customizable by you!

We've created an easy-to-use collection of commands, allowing moderators to easily add and remove quotes, and anyone in chat to recall them. With fully customizable permissions and response text, you can make sure that the message style suits your stream vibes, and that memories will only be a !quote away.

That's not all - with so many quote tools around, it can be easy for people to forget which command to use - that's why we've built this to allow you to choose multiple different commands without having to change anything about the quote actions themselves. No more confusion whether it's !quote add, !quoteadd or !addquote - now they all work!

Installation​

  1. If you aren't using Streamer.bot yet, ensure that you follow their official installation and setup guides.
  2. Download the Quote Manager package from your Orders page.
  3. Extract the downloaded package file to your computer.
  4. Open quote-manager.sb in Notepad, and copy the contents of the file.
  5. In Streamer.bot, click the [ ➞| Import ] button at the top of the window.
  6. Paste the contents of the quote-manager.sb file, and click the [ Import ] button at the bottom right of the dialog.

Usage​

Get Quote​

Using the !quote command will return a random quote that's been saved, and !quote <id> will return a specific quote, or a warning if there's no quote with that ID.

Add Quote​

By default, there are three !commands that all function interchangeably. This means you can use any of the following commands to add a new quote.

  • !quote add <quote>
  • !quoteadd <quote>
  • !addquote <quote>

These commands can be modified or changed as desired within the Add Quote command included with the Streamer.bot import code.

Delete Quote​

Like the Add Quote command above, there are three !commands for deleting quotes that all function interchangeably. This means you can use any of the following commands to delete an existing quote.

  • !quote delete <quote>
  • !quotedel <quote>
  • !delquote <quote>

These commands can be modified or changed as desired within the Delete Quote command included with the Streamer.bot import code.

Configuration​

When a quote is added, deleted or requested, a message will appear in chat. By default, these will appear as follows:

  • Get Quote: Timeless quote #%quoteId% - %quote%
  • Get Quote (ID doesn't exist): Quote #%input_quoteId% doesn't exist!
  • Add Quote: %user% added quote #%quoteId%: %quote%
  • Delete Quote: Quote #%quoteId% has been deleted

These phrases can be modified to suit your style, if desired. You can adjust the wording by double clicking the Twitch Message action in the associated Streamer.bot actions, and changing the text as you like.

warning

If you wish to use the existing variables in the Twitch Message action, such as %quote%, %quoteId%, %input_quoteId% and %user%, you must ensure that they start and end with a %. These indicate that they are Streamer.bot variables, ensuring that they are replaced with the correct information when the action runs.