remove unused struct

This commit is contained in:
lyx0 2021-10-29 12:14:54 +02:00
parent d98ea03014
commit 90663c8980

View file

@ -13,10 +13,6 @@ type Bot struct {
Uptime time.Time Uptime time.Time
} }
// type Channel struct {
// Name string
// }
// Send checks the message against a banphrase api // Send checks the message against a banphrase api
// and also splits the message into two if the message // and also splits the message into two if the message
// is too long for a single twitch chat message. // is too long for a single twitch chat message.