AoE4 Quote Database

Wisdom from the battlefield

34 quotes in the database · Updated Jan 26, 2026

Sign in to add quotes, or suggest a quote for your favorite streamer.

Sign In
Setup Guide

Add a !quote command to your Twitch or YouTube stream in minutes!

Nightbot Setup

  1. Suggest quotes for your channel (or ask your viewers to)
  2. Ask Webframp for an invite to manage the channel quotes.
  3. Add this command in Nightbot:
    !commands add !quote $(urlfetch https://quoteqt.webframp.com/api/quote)
  4. That's it! Type !quote in chat to get a random quote.

Moobot Setup

  1. Go to your Moobot dashboard → Chat commands → Custom commands
  2. Create a new command with response type "URL fetch"
  3. Set the URL to:
    https://quoteqt.webframp.com/api/quote

StreamElements Setup

  1. Go to your StreamElements dashboard → Chat commands → Custom commands
  2. Create a new command with the response:
    $(customapi https://quoteqt.webframp.com/api/quote?channel=$(channel))

Matchup Tips

Want civ-specific tips? Add a matchup command:

!commands add !tip $(urlfetch https://quoteqt.webframp.com/api/matchup?$(querystring))

Usage: !tip hre french → tips for HRE vs French

Let Viewers Add Quotes

Let your chat suggest quotes (they go to your approval queue):

Nightbot:

!commands add !addquote $(urlfetch https://quoteqt.webframp.com/api/suggest?text=$(querystring))

Moobot:

  1. Create a custom command with Response tags "Arguments - All command arguments" and "URL fetch - Full (plain) response"
  2. Set URL to: https://quoteqt.webframp.com/api/suggest?text=
  3. Click "Add tag to URL" and select "Command arguments"

StreamElements:

$(customapi https://quoteqt.webframp.com/api/suggest?text=$(querystring)&channel=$(channel))

Usage: !addquote Never fight uphill

🔗 API

Get a random quote as plain text:

GET /api/quote

GET /api/quote?civ=hre (filter by civ shortname)

GET /api/quote?civ=Holy Roman Empire (or full name)

Try it: /api/quote