mirror of
https://github.com/lyx0/nourybot.git
synced 2024-11-13 19:49:55 +01:00
typo
This commit is contained in:
parent
6f94890a3d
commit
d85ef59e05
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ func Ping(target string, nb *bot.Bot) {
|
|||
commandCount := fmt.Sprint(utils.GetCommandsUsed())
|
||||
botUptime := humanize.Time(nb.Uptime)
|
||||
|
||||
reply := fmt.Sprintf("Pong! :) Commands Used: %v, Last restart: %v", commandCount, botUptime)
|
||||
reply := fmt.Sprintf("Pong! :) Commands used: %v, Last restart: %v", commandCount, botUptime)
|
||||
|
||||
nb.Send(target, reply)
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue