mirror of
https://github.com/lyx0/nourybot.git
synced 2024-11-13 19:49:55 +01:00
change ping to be more descriptive
This commit is contained in:
parent
c16a839d5b
commit
e6aa16feea
|
@ -13,6 +13,6 @@ func Ping(channel string, client *twitch.Client, uptime time.Time) {
|
|||
commandCount := fmt.Sprint(utils.GetCommandsUsed())
|
||||
botUptime := humanize.HumanizeTime(uptime)
|
||||
|
||||
s := fmt.Sprintf("Pong! :) Commands used: %v, Last restart: %v", commandCount, botUptime)
|
||||
client.Say(channel, s)
|
||||
reply := fmt.Sprintf("Pong! :) Commands used: %v, Last restart: %v", commandCount, botUptime)
|
||||
client.Say(channel, reply)
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue