You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/discord-bot/commands.md
+18-2Lines changed: 18 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,9 @@
1
-
# Commands
1
+
---
2
+
title: Discord Bot — Commands
3
+
description: Complete reference for Senchabot Discord slash commands including Twitch and Kick live stream announcement management, purge, and server settings.
4
+
---
5
+
6
+
# Discord Bot — Commands
2
7
3
8
## System Commands <Badgetype="warning"text="NEW"/>
4
9
@@ -14,6 +19,7 @@
14
19
| /do-not-track-my-messages | Opt out of message tracking. |
15
20
| /track-my-messages | Opt in to message tracking. |
16
21
| /cmds | List available commands for the server. |
22
+
| /help | Show system command list. |
17
23
18
24
::: info Information
19
25
@@ -107,6 +113,16 @@ Custom slash command management commands are documented in [`Custom Commands`](/
107
113
</a>
108
114
</div>
109
115
116
+
## Planned {#planned}
117
+
118
+
The following commands are planned but not yet active:
119
+
120
+
| Command | Description |
121
+
| :-- | :-- |
122
+
| /set-youtube | Add YouTube livestream announcement for a channel. |
Copy file name to clipboardExpand all lines: docs/discord-bot/custom-api-system.md
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,15 +1,21 @@
1
1
---
2
2
outline: [2, 3]
3
+
title: Discord Bot — Custom API System
4
+
description: Fetch external data into your Discord custom commands using the Senchabot Custom API system.
3
5
---
4
6
5
-
# Custom API System <Badgetype="warning"text="NEW"/>
7
+
# Discord Bot — Custom API System <Badgetype="warning"text="NEW"/>
6
8
7
9
This system allows you to send a GET request to a URL through the specified template and receive a response through a custom command you have added to your channel.
8
10
9
11
```
10
12
{customapi.https://...}
11
13
```
12
14
15
+
::: tip Limitation
16
+
Only **one**`{customapi.https://...}` tag is processed per command response.
Copy file name to clipboardExpand all lines: docs/discord-bot/getting-started.md
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,9 @@
1
-
# Getting Started
1
+
---
2
+
title: Discord Bot — Getting Started
3
+
description: Invite Senchabot to your Discord server and start managing your community with slash commands, Twitch and Kick live stream announcements, and moderation tools.
0 commit comments