mirror of
https://github.com/xHyroM/bun-discord-bot.git
synced 2024-11-10 09:18:06 +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,
|
type: InteractionResponseType.ChannelMessageWithSource,
|
||||||
data: {
|
data: {
|
||||||
content: [
|
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}>)`,
|
`Bun version: [${process.version}](<https://github.com/oven-sh/bun/releases/tag/bun-${process.version}>)`,
|
||||||
].join('\n'),
|
].join('\n'),
|
||||||
flags: MessageFlags.Ephemeral,
|
flags: MessageFlags.Ephemeral,
|
||||||
|
|
Loading…
Reference in a new issue