Skip to content

Commit

Permalink
fix(discord-bot):fixed delete streamer command
Browse files Browse the repository at this point in the history
  • Loading branch information
igdiaysu committed Feb 18, 2024
1 parent 332bee9 commit a08a964
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/discord-bot/live-stream-announcements.md
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ If you don't specify the `channel` option when adding a streamer, the streamer's
<DiscordMessages>
<DiscordMessage profile="bot" role-color="#1fab89">
<template #interactions>
<DiscordInteraction :ephemeral="true" profile="user" :command="true">set-twitch streamer
<DiscordInteraction :ephemeral="true" profile="user" :command="true">del-twitch streamer
</DiscordInteraction>
</template>
<DiscordMarkdown>
Expand Down
2 changes: 1 addition & 1 deletion docs/tr/discord-bot/live-stream-announcements.md
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ Yayıncı eklenirken `channel` opsiyonu yazılmazsa yayıncının duyuru mesajla
<DiscordMessages>
<DiscordMessage profile="bot" role-color="#1fab89">
<template #interactions>
<DiscordInteraction :ephemeral="true" profile="user" :command="true">set-twitch streamer
<DiscordInteraction :ephemeral="true" profile="user" :command="true">del-twitch streamer
</DiscordInteraction>
</template>
<DiscordMarkdown>
Expand Down

0 comments on commit a08a964

Please sign in to comment.