Add latest git hash to botinfo command
All checks were successful
CI / CI (push) Successful in 21s

This commit is contained in:
SileNce5k 2025-06-24 03:38:24 +02:00
parent 9c4a57a098
commit 24e019e34f
Signed by: SileNce
GPG key ID: B0A142BB4291B204
3 changed files with 6 additions and 1 deletions

View file

@ -15,7 +15,8 @@ module.exports = {
`Total Members: ${guildInfo.totalMembers}`,
`Total Commands: ${client.commands.size}`,
`Creation Date: ${getCreationDate(client)}`,
`Source: [Click Here](https://github.com/SileNce5k/discord_bot)`
`Source: [Click Here](https://github.com/SileNce5k/discord_bot)`,
`Current Version: ${client.githash}`
]
let description = "";