Added proper credits for used libraries

This commit is contained in:
2025-07-23 20:31:39 +03:00
parent 6ef969edb6
commit 14d98194b3

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.4" #define BOT_VERSION "v0.4-1"
#define CURRENCY_NAME "Night Coin" #define CURRENCY_NAME "Night Coin"
// Buttons // Buttons
@@ -64,7 +64,9 @@
"## " 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/>), [cairo](<https://www.cairographics.org/>), " \
"[stb](<https://github.com/nothings/stb>), " \
"[libwebp](<https://chromium.googlesource.com/webm/libwebp>), 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