|
1 | 1 | # Commands |
2 | 2 |
|
3 | | -## Global Commands <Badge type="warning" text="NEW"/> |
| 3 | +## System Commands <Badge type="warning" text="NEW"/> |
4 | 4 |
|
5 | | -| Command | Response | |
6 | | -| :----------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | |
7 | | -| invite | Senchabot Discord bot invite url. | |
8 | | -| cmds | {channel.name}'s Channel Commands: ... | |
9 | | -| help | Senchabot's Commands: cmds, acmd, dcmd, ucmd, acmda, dcmda, sozluk, ping, invite, help. | |
10 | | -| senchabot | An open-source, multi-platform bot designed for seamless integration with Twitch and Discord • [senchabot.app](https://senchabot.app) • [github.com/senchabot-opensource/monorepo](https://github.com/senchabot-opensource/monorepo) | |
11 | | -| kampus | discord.gg/kampus - github.com/kamp-us | |
12 | | -| frontendship | discord.gg/frontendship | |
13 | | -| ping | pong! VoHiYo |
| 5 | +| Command | Response | |
| 6 | +| :-- | :-- | |
| 7 | +| /set-twitch | Add Twitch livestream announcement for a channel. | |
| 8 | +| /set-kick | Add Kick livestream announcement for a channel. | |
| 9 | +| /del-twitch | Remove Twitch livestream announcement. | |
| 10 | +| /del-kick | Remove Kick livestream announcement. | |
| 11 | +| /streamer-list | List tracked Twitch and Kick streamers. | |
| 12 | +| /purge | Bulk delete channel messages or bot-created events. | |
| 13 | +| /invite | Get the bot invite link. | |
| 14 | +| /do-not-track-my-messages | Opt out of message tracking. | |
| 15 | +| /track-my-messages | Opt in to message tracking. | |
| 16 | +| /cmds | List available commands for the server. | |
14 | 17 |
|
15 | | -<!-- PURGE --> |
16 | | -<!-- ## Purge <Badge type="info" text="planned"/> |
| 18 | +::: info Information |
| 19 | + |
| 20 | +Custom slash command management commands are documented in [`Custom Commands`](/discord-bot/custom-commands). |
| 21 | +::: |
| 22 | + |
| 23 | +<!-- Custom Commands Button --> |
| 24 | +<style src="@theme/style.css" scoped></style> |
| 25 | +<div> |
| 26 | + <a class="content-ref-s" href="/discord-bot/custom-commands"> |
| 27 | + <span class="ref-details-s"> |
| 28 | + <span class="content-ref-page-title-s">Custom Commands</span> |
| 29 | + </span> |
| 30 | + <svg style="width:32px;height:32px;" viewBox="0 0 24 24" class="content-ref-svg-s" aria-hidden="true"><path fill="currentColor" d="M4,11V13H16L10.5,18.5L11.92,19.92L19.84,12L11.92,4.08L10.5,5.5L16,11H4Z"></path></svg> |
| 31 | + </a> |
| 32 | +</div> |
| 33 | + |
| 34 | +## Purge <Badge type="warning" text="NEW"/> |
17 | 35 |
|
18 | 36 | ``` |
19 | | -/purge events |
| 37 | +/purge last-100-channel-messages message-content:giveaway |
20 | 38 | ``` |
21 | 39 |
|
| 40 | +::: details Example Usage |
| 41 | + |
| 42 | +<DiscordMessages> |
| 43 | + <DiscordMessage profile="user"> |
| 44 | + /purge last-100-channel-messages message-content:giveaway |
| 45 | + </DiscordMessage> |
| 46 | + <DiscordMessage profile="bot" role-color="#1fab89"> |
| 47 | + Purge completed. Matching messages were removed. |
| 48 | + </DiscordMessage> |
| 49 | +</DiscordMessages> |
| 50 | + |
| 51 | +*Removes matching recent messages or bot-created events.* |
| 52 | +::: |
| 53 | + |
| 54 | +## Streamer List <Badge type="warning" text="NEW"/> |
| 55 | + |
22 | 56 | ``` |
23 | | -/purge last-100-channel-messages message-content-contains: |
| 57 | +/streamer-list |
24 | 58 | ``` |
25 | 59 |
|
26 | | -``` |
27 | | -/purge last-100-channel-messages message-content-contains: user-name-contains: |
28 | | -``` --> |
| 60 | +::: details Example Usage |
| 61 | + |
| 62 | +<DiscordMessages> |
| 63 | + <DiscordMessage profile="user"> |
| 64 | + /streamer-list |
| 65 | + </DiscordMessage> |
| 66 | + <DiscordMessage profile="bot" role-color="#1fab89"> |
| 67 | + Tracked streamers: shroud (Twitch), xqc (Kick) |
| 68 | + </DiscordMessage> |
| 69 | +</DiscordMessages> |
| 70 | + |
| 71 | +*Returns currently tracked livestream streamers.* |
| 72 | +::: |
29 | 73 |
|
30 | 74 | ## Module Commands |
31 | 75 |
|
|
34 | 78 | <div> |
35 | 79 | <a class="content-ref-s" href="/discord-bot/live-stream-announcements"> |
36 | 80 | <span class="ref-details-s"> |
37 | | - <span class="content-ref-page-title-s">Live Stream Announcements <Badge type="warning" text="NEW"/></span> |
| 81 | + <span class="content-ref-page-title-s">Live Stream Announcements <Badge type="warning" text="NEW"/></span> |
38 | 82 | </span> |
39 | 83 | <svg style="width:32px;height:32px;" viewBox="0 0 24 24" class="content-ref-svg-s" aria-hidden="true"><path fill="currentColor" d="M4,11V13H16L10.5,18.5L11.92,19.92L19.84,12L11.92,4.08L10.5,5.5L16,11H4Z"></path></svg> |
40 | 84 | </a> |
|
45 | 89 | <div> |
46 | 90 | <a class="content-ref-s" href="/discord-bot/live-stream-events"> |
47 | 91 | <span class="ref-details-s"> |
48 | | - <span class="content-ref-page-title-s">Live Stream Events <Badge type="warning" text="NEW"/></span> |
| 92 | + <span class="content-ref-page-title-s">Live Stream Events <Badge type="warning" text="NEW"/></span> |
49 | 93 | </span> |
50 | 94 | <svg style="width:32px;height:32px;" viewBox="0 0 24 24" class="content-ref-svg-s" aria-hidden="true"><path fill="currentColor" d="M4,11V13H16L10.5,18.5L11.92,19.92L19.84,12L11.92,4.08L10.5,5.5L16,11H4Z"></path></svg> |
51 | 95 | </a> |
|
56 | 100 | <div> |
57 | 101 | <a class="content-ref-s" href="/discord-bot/custom-api-system"> |
58 | 102 | <span class="ref-details-s"> |
59 | | - <span class="content-ref-page-title-s">Custom API System <Badge type="warning" text="NEW"/></span> |
| 103 | + <span class="content-ref-page-title-s">Custom API System <Badge type="warning" text="NEW"/></span> |
60 | 104 | </span> |
61 | 105 | <svg style="width:32px;height:32px;" viewBox="0 0 24 24" class="content-ref-svg-s" aria-hidden="true"><path fill="currentColor" d="M4,11V13H16L10.5,18.5L11.92,19.92L19.84,12L11.92,4.08L10.5,5.5L16,11H4Z"></path></svg> |
62 | 106 | </a> |
|
0 commit comments