Added about command and more bot info
This commit is contained in:
@@ -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 \
|
||||
|
Reference in New Issue
Block a user