~exprez135/go-hypixel

4591162ff557c2e352555485a230301616429fdc — Nate Ijams 3 years ago ff2d2fe
Change location of bed wars map link.
1 files changed, 1 insertions(+), 1 deletions(-)

M engine/discord.go
M engine/discord.go => engine/discord.go +1 -1
@@ 297,7 297,7 @@ func playerRecent(ctx *exrouter.Context) {
		message += " They haven't played any Bed Wars games in the last hour. :("
	} else {
		// game was within hour
		message += " Their last game in Bed Wars " + gameMode + " on the [" + gameMap + "](https://hypixel.fandom.com/wiki/" + gameMap + ") map ended " + strconv.FormatFloat(timeSince.Minutes(), 'f', 4, 64) + " minutes ago."
		message += " Their last game in Bed Wars " + gameMode + " on the " + gameMap + " map ended " + strconv.FormatFloat(timeSince.Minutes(), 'f', 2, 64) + " minutes ago. https://hypixel.fandom.com/wiki/" + gameMap
	}

	// put together message