Added bot parameter to all methods and get_pfp
This commit is contained in:
@@ -7,6 +7,12 @@
|
||||
// Command ping
|
||||
#define COMMAND_PING_DESCRIPTION "Ping-pong test"
|
||||
|
||||
// Command get_pfp
|
||||
#define COMMAND_GET_PFP_DESCRIPTION \
|
||||
"Get someone elses profile picture as a picture"
|
||||
#define COMMAND_GET_PFP_ARGS_USER \
|
||||
"Whose profile picture do you want to get(it can be yourself)"
|
||||
|
||||
// Command about
|
||||
#define COMMAND_ABOUT_DESCRIPTION "Info about the bot"
|
||||
#define COMMAND_ABOUT_RESPONSE \
|
||||
|
Reference in New Issue
Block a user