mirror of
https://github.com/xHyroM/bun-discord-bot.git
synced 2024-11-22 14:41:05 +01:00
fix(version): hyperlink
This commit is contained in:
parent
f5c821344c
commit
9de294b5d4
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ new Command({
|
|||
type: InteractionResponseType.ChannelMessageWithSource,
|
||||
data: {
|
||||
content: [
|
||||
`Bot version: [git-bun-discord-bot-"${commitHash}"](<https://github.com/xHyroM/bun-discord-bot/commit/${commitHash})>`,
|
||||
`Bot version: [git-bun-discord-bot-"${commitHash}"](<https://github.com/xHyroM/bun-discord-bot/commit/${commitHash}>)`,
|
||||
`Bun version: [${process.version}](<https://github.com/oven-sh/bun/releases/tag/bun-${process.version}>)`,
|
||||
].join('\n'),
|
||||
flags: MessageFlags.Ephemeral,
|
||||
|
|
Loading…
Reference in a new issue