From 90663c89800aa850414e4ebd439038e6d6d5f8f2 Mon Sep 17 00:00:00 2001 From: lyx0 <66651385+lyx0@users.noreply.github.com> Date: Fri, 29 Oct 2021 12:14:54 +0200 Subject: [PATCH] remove unused struct --- cmd/bot/bot.go | 4 ---- 1 file changed, 4 deletions(-) diff --git a/cmd/bot/bot.go b/cmd/bot/bot.go index 88d6d86..051936d 100644 --- a/cmd/bot/bot.go +++ b/cmd/bot/bot.go @@ -13,10 +13,6 @@ type Bot struct { Uptime time.Time } -// type Channel struct { -// Name string -// } - // Send checks the message against a banphrase api // and also splits the message into two if the message // is too long for a single twitch chat message.