mirror of
https://github.com/lyx0/nourybot.git
synced 2024-11-13 19:49:55 +01:00
remove unused struct
This commit is contained in:
parent
d98ea03014
commit
90663c8980
1 changed files with 0 additions and 4 deletions
|
@ -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.
|
||||||
|
|
Loading…
Reference in a new issue