Added bot parameter to all methods and get_pfp

This commit is contained in:
2025-07-22 04:41:45 +03:00
parent 836d257a17
commit 18573286bc
6 changed files with 40 additions and 14 deletions

View File

@@ -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 \