diff --git a/src/commands/version.ts b/src/commands/version.ts index f88c0c1..cc0effb 100644 --- a/src/commands/version.ts +++ b/src/commands/version.ts @@ -12,7 +12,7 @@ new Command({ type: InteractionResponseType.ChannelMessageWithSource, data: { content: [ - `Bot version: [git-bun-discord-bot-"${commitHash}"](`, + `Bot version: [git-bun-discord-bot-"${commitHash}"]()`, `Bun version: [${process.version}]()`, ].join('\n'), flags: MessageFlags.Ephemeral,