Finished generate_report
This commit is contained in:
@@ -32,12 +32,13 @@
|
||||
"Failed to download the background image! Aborting." RESPONSE_NO_CHARGE
|
||||
#define COMMAND_GENERATE_REPORT_FAIL_IMAGE_LOAD \
|
||||
"Failed to load the background image! Aborting." RESPONSE_NO_CHARGE
|
||||
|
||||
#define COMMAND_GENERATE_REPORT_FAIL_INSUFFICIENT_BALANCE(amount) \
|
||||
"You do not have " + amount + " " CURRENCY_NAME "(s) to afford this."
|
||||
#define COMMAND_GENERATE_REPORT_CONFIRMATION_QUESTION(price, imageURL, \
|
||||
imageMIME, headline) \
|
||||
"This image generation will cost you " + price + \
|
||||
" " CURRENCY_NAME \
|
||||
"(s).\nAre you sure you want to continue?\nHeadline: " + \
|
||||
"(s). Are you sure you want to continue?\nHeadline: " + \
|
||||
headline + "\n[" + imageMIME + "](" + imageURL + ")"
|
||||
|
||||
// Command get_pfp
|
||||
|
Reference in New Issue
Block a user