Added intents and get_pfp command
This commit is contained in:
@@ -12,6 +12,17 @@
|
||||
"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)"
|
||||
#define COMMAND_GET_PFP_FAIL_NOT_A_MEMBER(userid) \
|
||||
"<@" + userid + \
|
||||
"> is not a member.\nYou can only get profile picture of " \
|
||||
"guild/server members!"
|
||||
#define COMMAND_GET_PFP_RETURN_ONLY_PFP(userid, pfplink) \
|
||||
"<@" + userid + ">'s [discord profile picture](" + pfplink + ")"
|
||||
|
||||
#define COMMAND_GET_PFP_RETURN_SERVER_AND_DISCORD_PFP(userid, discordpfp, \
|
||||
guildpfp) \
|
||||
"<@" + userid + ">'s [discord profile picture](" + discordpfp + \
|
||||
") and their [server profile picture](" + guildpfp + ")"
|
||||
|
||||
// Command about
|
||||
#define COMMAND_ABOUT_DESCRIPTION "Info about the bot"
|
||||
|
Reference in New Issue
Block a user