|
|
@ -134,7 +134,7 @@ func Status(b BotCommand) bool { |
|
|
|
status := fmt.Sprintf("Uptime: %+v\n", time.Since(startupTime)) |
|
|
|
status := fmt.Sprintf("Uptime: %+v\n", time.Since(startupTime)) |
|
|
|
status += fmt.Sprintf("Last active time: %+v\n", time.Since(lastActiveTime)) |
|
|
|
status += fmt.Sprintf("Last active time: %+v\n", time.Since(lastActiveTime)) |
|
|
|
status += fmt.Sprintf("Last bump: %+v\n", time.Since(config.BumpTime)) |
|
|
|
status += fmt.Sprintf("Last bump: %+v\n", time.Since(config.BumpTime)) |
|
|
|
status += fmt.Sprintf("Last bumper: <@%+v>\n", userFromID(config.LastBumper).Username) |
|
|
|
status += fmt.Sprintf("Last bumper: %+v\n", userFromID(config.LastBumper).Username) |
|
|
|
status += fmt.Sprintf("Bump needed: %+v\n", bump) |
|
|
|
status += fmt.Sprintf("Bump needed: %+v\n", bump) |
|
|
|
if len(config.Unverified) > 0 { |
|
|
|
if len(config.Unverified) > 0 { |
|
|
|
status += "Unverified users:\n```" |
|
|
|
status += "Unverified users:\n```" |
|
|
|