Skip to content

Commit

Permalink
Merge pull request senchabot-opensource#45 from igdiaysu/update-1
Browse files Browse the repository at this point in the history
fix(apps/twitch-bot): update title and fix example usages
  • Loading branch information
igdiaysu authored Sep 15, 2024
2 parents 53f32d8 + a65221f commit 06c9ba8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions docs/tr/twitch-bot/command-timer-system.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Komut Zamanlayıcı Sistemi <Badge type="warning" text="NEW" />

## Komut Ekleme
## Komut Zamanlayıcısı Ekleme

```
!atimer [command_name] [interval (integer, minute)]
Expand Down Expand Up @@ -38,7 +38,7 @@ En fazla 3 komut zamanlayıcısı oluşturabilirsiniz.
:::


## Komut Silme
## Komut Zamanlayıcısı Silme

```
!dtimer [command_name]
Expand All @@ -49,13 +49,13 @@ En fazla 3 komut zamanlayıcısı oluşturabilirsiniz.
Komut Silme

```
!dtimer drink-water
!dtimer su-ic
```

Senchabot'un Yanıtı

```
Command Timer Deleted: ays.
Command Timer Deleted: su-ic.
```

:::
Expand Down
10 changes: 5 additions & 5 deletions docs/twitch-bot/command-timer-system.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Command Timer System <Badge type="warning" text="NEW" />

## Command Add
## Add Command Timer

```
!atimer [command_name] [interval (integer, minute)]
Expand All @@ -9,7 +9,7 @@ Returns the [custom command](/twitch-bot/custom-commands) you specified within t

::: details Example Usage

Adding the Command
Adding the Command Timer

```
!atimer drink-water 30
Expand Down Expand Up @@ -38,7 +38,7 @@ You can create up to 3 command timers.
:::


## Delete Command
## Delete Command Timer

```
!dtimer [command_name]
Expand All @@ -55,12 +55,12 @@ Deleting the Command
Senchabot's Response

```
Command Timer EnableDeleted: ays.
Command Timer Deleted: drink-water.
```

:::

## Access to Timer Commands
## Access to Command Timers

```
!timers
Expand Down

0 comments on commit 06c9ba8

Please sign in to comment.