From 43ceafbea0b6c6ae001bb2fbe93e4423ef19ca36 Mon Sep 17 00:00:00 2001 From: Gregory Rudolph Date: Wed, 5 May 2021 22:54:11 -0400 Subject: [PATCH] Cleanup Status output --- commands.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands.go b/commands.go index 3a813d1..d336a0f 100644 --- a/commands.go +++ b/commands.go @@ -134,7 +134,7 @@ func Status(b BotCommand) bool { status := fmt.Sprintf("Uptime: %+v\n", time.Since(startupTime)) 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 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) if len(config.Unverified) > 0 { status += "Unverified users:\n```"