Version bump + locale edit

This commit is contained in:
2025-07-22 07:00:27 +03:00
parent 1134295242
commit 50454b8f74

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-2" #define BOT_VERSION "v0.3"
#define CURRENCY_NAME "Night Coin" #define CURRENCY_NAME "Night Coin"
@@ -9,9 +9,9 @@
// Command get_pfp // Command get_pfp
#define COMMAND_GET_PFP_DESCRIPTION \ #define COMMAND_GET_PFP_DESCRIPTION \
"Get someone elses profile picture as a picture" "Get someone elses profile picture as an image"
#define COMMAND_GET_PFP_ARGS_USER \ #define COMMAND_GET_PFP_ARGS_USER \
"Whose profile picture do you want to get(it can be yourself)" "Whose profile picture do you want to get(it can be of your own)"
#define COMMAND_GET_PFP_FAIL_NOT_A_MEMBER(userid) \ #define COMMAND_GET_PFP_FAIL_NOT_A_MEMBER(userid) \
"<@" + userid + \ "<@" + userid + \
"> is not a member.\nYou can only get profile picture of " \ "> is not a member.\nYou can only get profile picture of " \