-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: Add overview and list of default commands
- Loading branch information
Showing
1 changed file
with
23 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,28 @@ | ||
--- | ||
id: default-commands | ||
sidebar_label: "Default Commands" | ||
description: "A comprehensive guide to StreamElements Chatbot's default commands, including usage, examples, and configuration options." | ||
tags: | ||
- chatbot | ||
- commands | ||
- streamelements | ||
keywords: | ||
- default commands | ||
- streamelements chatbot | ||
- chat moderation | ||
- stream management | ||
--- | ||
|
||
# Default Commands | ||
|
||
## Overview | ||
|
||
Default commands are pre-configured chat commands available in the StreamElements Chatbot. These commands provide essential functionality for streamers, moderators, and viewers to interact with the chat and manage the stream. | ||
|
||
## List of Default Commands | ||
|
||
Below is a list of commonly used default commands. Click on each command to learn more about its usage, parameters, and configuration options. | ||
|
||
import DocCardList from '@theme/DocCardList'; | ||
|
||
<DocCardList /> |