Skip to content

Commit 3488327

Browse files
authored
Merge pull request #51 from senchabot-opensource/feat/triggers-and-missing-docs
feat: add triggers pages and missing livestream announcement and comm…
2 parents 785d5b8 + a93e66d commit 3488327

15 files changed

Lines changed: 1791 additions & 2 deletions

File tree

docs/.vitepress/config.ts

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -310,6 +310,10 @@ export default defineConfig({
310310
{
311311
text: 'Song Requests',
312312
link: '/twitch-bot/song-requests'
313+
},
314+
{
315+
text: 'Triggers',
316+
link: '/twitch-bot/triggers'
313317
}
314318
]
315319
},
@@ -362,6 +366,10 @@ export default defineConfig({
362366
{
363367
text: 'Custom API System',
364368
link: '/discord-bot/custom-api-system'
369+
},
370+
{
371+
text: 'Triggers',
372+
link: '/discord-bot/triggers'
365373
}
366374
// {
367375
// text: "Reminder System",
@@ -416,6 +424,10 @@ export default defineConfig({
416424
{
417425
text: 'Song Requests',
418426
link: '/kick-bot/song-requests'
427+
},
428+
{
429+
text: 'Triggers',
430+
link: '/kick-bot/triggers'
419431
}
420432
]
421433
},
@@ -490,6 +502,10 @@ export default defineConfig({
490502
{
491503
text: 'Şarkı İstekleri',
492504
link: '/tr/twitch-bot/song-requests'
505+
},
506+
{
507+
text: 'Tetikleyiciler',
508+
link: '/tr/twitch-bot/triggers'
493509
}
494510
]
495511
},
@@ -542,6 +558,10 @@ export default defineConfig({
542558
{
543559
text: 'Custom API Sistemi',
544560
link: '/tr/discord-bot/custom-api-system'
561+
},
562+
{
563+
text: 'Tetikleyiciler',
564+
link: '/tr/discord-bot/triggers'
545565
}
546566
// {
547567
// text: "Hatırlatıcı Sistemi",
@@ -596,6 +616,10 @@ export default defineConfig({
596616
{
597617
text: 'Şarkı İstekleri',
598618
link: '/tr/kick-bot/song-requests'
619+
},
620+
{
621+
text: 'Tetikleyiciler',
622+
link: '/tr/kick-bot/triggers'
599623
}
600624
]
601625
},

docs/discord-bot/commands.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ description: Complete reference for Senchabot Discord slash commands including T
2020
| /track-my-messages | Opt in to message tracking. |
2121
| /cmds | List available commands for the server. |
2222
| /help | Show system command list. |
23+
| /acmd | Add a custom command for the server. |
24+
| /ucmd | Update an existing custom command. |
25+
| /dcmd | Delete a custom command. |
26+
| /set-lang | Set the bot's language for this server. |
2327

2428
::: info Information
2529

@@ -113,6 +117,17 @@ Custom slash command management commands are documented in [`Custom Commands`](/
113117
</a>
114118
</div>
115119

120+
<!-- Triggers - CONTENT REFERANCE SMALL -->
121+
<style src="@theme/style.css" scoped></style>
122+
<div>
123+
<a class="content-ref-s" href="/discord-bot/triggers">
124+
<span class="ref-details-s">
125+
<span class="content-ref-page-title-s">Triggers <Badge type="warning" text="NEW"/></span>
126+
</span>
127+
<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>
128+
</a>
129+
</div>
130+
116131
## Planned {#planned}
117132

118133
The following commands are planned but not yet active:

0 commit comments

Comments
 (0)