Finished generate_report

This commit is contained in:
2025-07-23 20:00:39 +03:00
parent 09abd6c116
commit 28253e423c
4 changed files with 28 additions and 13 deletions

View File

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