diff --git a/src/bot.ts b/src/bot.ts
index 0ca0b768ab28c73af095abc216b5da394d786c9e..f5d563a0cd38f27ff043f081b824958d88ab80fd 100644
--- a/src/bot.ts
+++ b/src/bot.ts
@@ -567,7 +567,7 @@ export class DiscordBot {
                 return;
             }
             const link = `https://discord.com/channels/${chan.guild.id}/${chan.id}/${editEventId}`;
-            embedSet.messageEmbed.description = `[Edit](${link}): ${embedSet.messageEmbed.description}`;
+            embedSet.messageEmbed.description = `[Edit](<${link}>): ${embedSet.messageEmbed.description}`;
             await this.send(embedSet, opts, roomLookup, event);
         } catch (err) {
             // throw wrapError(err, Unstable.ForeignNetworkError, "Couldn't edit message");