mirror of
https://github.com/xHyroM/bun-discord-bot.git
synced 2024-11-22 06:31:06 +01:00
feat(version): return bun revision
This commit is contained in:
parent
75003af03c
commit
16fa2fc3e3
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ export default defineCommand({
|
|||
context.interaction.reply({
|
||||
content: [
|
||||
`[git-bun-discord-bot-${COMMIT_HASH}](<https://github.com/xHyroM/bun-discord-bot/tree/${COMMIT_HASH}>) ${!PRODUCTION ? "(dev)" : ""}`,
|
||||
`[v${Bun.version}](https://github.com/oven-sh/bun/releases/tag/bun-v${Bun.version})`
|
||||
`[v${Bun.version} (${Bun.revision})](<https://github.com/oven-sh/bun/releases/tag/bun-v${Bun.version}>)`
|
||||
].join("\n"),
|
||||
ephemeral: true,
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue