Skip to content

Commit

Permalink
fix: coupon text (#255)
Browse files Browse the repository at this point in the history
  • Loading branch information
hmbanan666 authored Sep 3, 2024
1 parent 0fe32b0 commit 4a03de9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/website/server/utils/twitch/twitch.controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ class TwitchController {

await this.#bot.say(
this.#channel,
`Появился новый Купон! Забирай: пиши команду "!купон ${coupon.activationCommand}". Подробности на https://chatgame.space/ru/coupon :D`,
`Появился новый Купон! Забирай: пиши команду "!купон ${coupon.activationCommand}". Подробности на https://chatgame.space/coupon :D`,
)
}, 1000 * 60 * 25)
}
Expand Down

0 comments on commit 4a03de9

Please sign in to comment.