~exprez135/go-hypixel

ff2d2fe6f3a6ec3d1c0af3671f561944ebe00deb — Nate Ijams 3 years ago 0b7e6ae
Add link to map pages on wiki.
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 + " map ended " + strconv.FormatFloat(timeSince.Minutes(), 'f', 4, 64) + " minutes ago."
		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."
	}

	// put together message