@@ 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