Added about command and more bot info

This commit is contained in:
2025-07-19 17:06:45 +03:00
parent a29587d0cb
commit e4e9db2f84
4 changed files with 24 additions and 2 deletions

View File

@@ -1,5 +1,20 @@
// Bot info
#define BOT_NAME "The Bartender bot"
#define BOT_VERSION "v0.2"
#define CURRENCY_NAME "Night Coin"
// Command ping
#define COMMAND_PING_DESCRIPTION "Ping-pong test"
// Command about
#define COMMAND_ABOUT_DESCRIPTION "Info about the bot"
#define COMMAND_ABOUT_RESPONSE \
"## " BOT_NAME " " BOT_VERSION \
"\n-> Written by <@!607952795794145281>.\n-> Source code " \
"https://git.thenight.club/cat/BartenderBot.\n-> Made with " \
"[D++](https://dpp.dev/) and tears."
// Command balance/bal
#define COMMAND_BALANCE_DESCRIPTION "See someone's balance of " CURRENCY_NAME
#define COMMAND_BALANCE_USER_DESCRIPTION \