Discord Slash Commands
The Scraplet Discord bot registers rich, type-safe slash commands inside your server. These commands let you and your moderators control visual elements, dispatch alert cards, play uploaded sound clips, and fetch stream diagnostics directly from text channels.
1. Command Directory
Below is the list of registered Discord slash commands available on linked servers:
| Slash Command | Arguments & Option Tags | Description |
|---|---|---|
/lower-third | primary: stringsecondary: stringduration: integertemplate: string | Triggers a lower-third banner element on stream. Supports direct text overrides or custom template layouts. See the Lower-Third Guide. |
/alert | headline: stringdetails: stringduration: integer | Displays an alert card containing custom announcement details, with a configurable visibility duration on screen. |
/clear | None | Purges the overlay container, clears stuck widget timers, and silences all ongoing TTS vocalizations or audio loops instantly. |
/sfx | sound_name: string | Plays an uploaded sound clip (such as `airhorn` or `hype`) instantly through the audio mixer of your active overlays. |
/status | None | Displays diagnostic metrics, including current viewer counts, game categories, active overlays, and websocket connection pings. |
2. Execution Examples
Type the following options directly inside your server text input bar:
Standard Lower-Third with Override
/lower-third primary:John Doe secondary:Co-host / Interviewee duration:15 Template-Styled Lower-Third
/lower-third template:sponsor primary:Special Sponsor secondary:Check out our links! Dispatching an Overlay Alert
/alert headline:Giveaway! details:Typing !ticket enters the roll! duration:10