diff --git a/cmd/bot/bot.go b/cmd/bot/bot.go index 33bf681..3090e47 100644 --- a/cmd/bot/bot.go +++ b/cmd/bot/bot.go @@ -51,5 +51,8 @@ func (b *Bot) Send(target, text string) { b.TwitchClient.Say(target, text) return } - +} + +func (b *Bot) SkipChecking(target, text string) { + b.TwitchClient.Say(target, text) }