mirror of
https://github.com/lyx0/nourybot.git
synced 2024-11-13 19:49:55 +01:00
format
This commit is contained in:
parent
74096f93fb
commit
3de45edff0
1 changed files with 1 additions and 1 deletions
|
@ -10,11 +10,11 @@ import (
|
|||
|
||||
func Uptime(channel string, name string, nb *bot.Bot) {
|
||||
resp, err := aiden.ApiCall(fmt.Sprintf("api/v1/twitch/channel/%s/uptime", name))
|
||||
|
||||
if err != nil {
|
||||
nb.Send(channel, "Something went wrong FeelsBadMan")
|
||||
log.Error(err)
|
||||
}
|
||||
|
||||
nb.Send(channel, resp)
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue