When you send someone a gift, that information should be stored in the script to prevent errors related to sending more than the maximum amount. May relate to #165. Made useful through #197.
Implementation:
[ ] When a gift is sent, store the usercode, UTF date, and gift amount in settings data
[ ] Before sending any gifts, check if the usercode matches stored data. Check if the UTF date matches (delete the stored entry if it doesn't). Check if the gift would put the user over the max daily gift limit (try to avoid hard-coded values).
[ ] Use the checks to filter out gift requests in areas like the Thank Button or New User gifts.
Description:
When you send someone a gift, that information should be stored in the script to prevent errors related to sending more than the maximum amount. May relate to #165. Made useful through #197.
Implementation:
Links:
@ yyyzzz999