Files
BartenderBot/languages/locale_en.hpp
2025-07-19 01:19:47 +03:00

5 lines
253 B
C++

#define CURRENCY_NAME "The Night Coin"
#define COMMAND_BALANCE_DESCRIPTION "See your balance of " CURRENCY_NAME
#define COMMAND_BALANCE_RESPONSE(balance) \
"You currently have " + balance + " " CURRENCY_NAME "(s)"