Version bump + locale edit
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
// Bot info
|
||||
#define BOT_NAME "The Bartender Bot"
|
||||
#define BOT_VERSION "v0.2-2"
|
||||
#define BOT_VERSION "v0.3"
|
||||
|
||||
#define CURRENCY_NAME "Night Coin"
|
||||
|
||||
@@ -9,9 +9,9 @@
|
||||
|
||||
// Command get_pfp
|
||||
#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 \
|
||||
"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) \
|
||||
"<@" + userid + \
|
||||
"> is not a member.\nYou can only get profile picture of " \
|
||||
|
Reference in New Issue
Block a user