Minor tweaks

This commit is contained in:
2025-07-19 17:27:56 +03:00
parent 2aee30e85a
commit 06d5843be7

View File

@@ -1,6 +1,6 @@
// Bot info // Bot info
#define BOT_NAME "The Bartender bot" #define BOT_NAME "The Bartender Bot"
#define BOT_VERSION "v0.2" #define BOT_VERSION "v0.2-1"
#define CURRENCY_NAME "Night Coin" #define CURRENCY_NAME "Night Coin"
@@ -13,7 +13,7 @@
"## " BOT_NAME " " BOT_VERSION \ "## " BOT_NAME " " BOT_VERSION \
"\n-> Written by <@!607952795794145281>.\n-> Source code " \ "\n-> Written by <@!607952795794145281>.\n-> Source code " \
"https://git.thenight.club/cat/BartenderBot.\n-> Made with " \ "https://git.thenight.club/cat/BartenderBot.\n-> Made with " \
"[D++](https://dpp.dev/) and tears." "[D++](<https://dpp.dev/>) and tears."
// Command balance/bal // Command balance/bal
#define COMMAND_BALANCE_DESCRIPTION "See someone's balance of " CURRENCY_NAME #define COMMAND_BALANCE_DESCRIPTION "See someone's balance of " CURRENCY_NAME