Add colon to source info
All checks were successful
CI / CI (push) Successful in 1m24s

This commit is contained in:
SileNce5k 2025-05-18 13:52:43 +02:00
parent f14eff3f9c
commit 15fb1d544f
Signed by: SileNce
GPG key ID: B0A142BB4291B204

View file

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