Quotes
The Quotes system allows you and your moderators to save memorable moments, funny sayings, or notable events from your streams. Viewers can then recall these quotes using chat commands, creating a fun way to relive past highlights with your community.
You can manage your quotes in the StreamElements Dashboard.
Dashboard Overview
Section titled “Dashboard Overview”The Bot Quotes page provides a centralized location to manage all your saved quotes:
- Search: Filter quotes by text content
- Add Quote: Manually add new quotes via the dashboard
- Quote List: View all quotes with their ID, text, creation date, associated game, and who added them
- Actions: Edit or delete individual quotes
Adding Quotes
Section titled “Adding Quotes”Via Chat
Section titled “Via Chat”Moderators and the broadcaster can add quotes directly from chat using the !quote add command:
!quote add Never gonna give you up!The bot will confirm the quote was added and assign it a unique ID.
Via Dashboard
Section titled “Via Dashboard”- Navigate to Bot Quotes in your dashboard
- Click the + ADD QUOTE button
- Enter the quote text
- Click Save
The quote will be saved with the current timestamp.
Displaying Quotes
Section titled “Displaying Quotes”Random Quote
Section titled “Random Quote”Viewers can display a random quote from your collection:
!quoteSpecific Quote
Section titled “Specific Quote”To display a specific quote by its ID:
!quote 42Managing Quotes
Section titled “Managing Quotes”Editing Quotes
Section titled “Editing Quotes”Quotes can only be edited from the dashboard — there is no chat command for editing. To edit an existing quote:
- Go to the Bot Quotes page
- Find the quote you want to edit
- Click the pencil icon in the Actions column
- Update the quote text
- Save your changes
Removing Quotes
Section titled “Removing Quotes”Via Chat (Moderator+):
!quote remove 42Via Dashboard:
- Find the quote in the list
- Click the trash icon in the Actions column
- Confirm the deletion
Chat Command Reference
Section titled “Chat Command Reference”For the full command documentation, see the !quote command reference.
| Command | Description | Permission |
|---|---|---|
!quote |
Display a random quote | Everyone |
!quote <id> |
Display a specific quote (also accepts #<id>) |
Everyone |
!quote add <text> |
Add a new quote | Moderator+ |
!quote remove <id> |
Remove a quote (also accepts #<id>) |
Moderator+ |
Editing quotes is dashboard-only; there is no !quote edit chat command.
Command Aliases
Section titled “Command Aliases”!quote addcan also be written as!quote +!quote removecan also be written as!quote rem,!quote delete,!quote del, or!quote -
Quote Variables
Section titled “Quote Variables”You can use quote variables in custom commands and timers. For detailed documentation, see the $(quote) variable reference.
$(quote)- Returns a random quote$(quote <id>)- Returns a specific quote by ID
Example Custom Command
Section titled “Example Custom Command”Create a command that displays a random quote with custom formatting:
!cmd add !randomquote Here's a memorable moment: $(quote)Configuration
Section titled “Configuration”The permission levels for adding and removing quotes can be adjusted under Chatbot -> Chat Commands -> Default Commands in your StreamElements Dashboard.