Skip to content

Shoutouts

import { Aside, Tabs, Card } from ‘@astrojs/starlight/components’;

Give a shoutout to other streamers in your chat. The bot can automatically fetch game information and clips to make the shoutout more engaging.

  • !so <username>: Sends a shoutout message with a link to their channel.
  • !so @username: You can also tag the user.

Customize the shoutout behavior in the Shoutouts tab of the dashboard.

You can customize the message sent by the bot using variables:

  • ${user}: The target username
  • ${game}: The game they were last playing (if available)
  • ${url}: Link to their Twitch channel

Example: Go check out ${user} at ${url}! They were playing ${game}.

The bot can automatically fetch and include a clip in the shoutout.

  • Strategy: Random, Newest, Most Viewed, or None.
  • Range: All Time, Month, Week, Today.
  • Count: Pool size to select from (e.g., top 20 clips).

The bot can automatically shoutout incoming raiders. This is triggered via EventSub when a raid occurs.