You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Count failed Gumroad activation attempts and notify guild owners if they have a Jinx/Gumcord confusion issue (#10)
Add a invalid license heuristic for Payhip keys. This means the bot will now tell users exactly what they're doing wrong if they give it a Payhip key by mistake. (It already did this for Gumroad keys).
Add a check for db downgrades. This prevents unusual edge cases that can occur if Jinx is downgraded to a very old version with a different db schema.
Added a bot status message that counts how many distinct users have used the bot successfully. This message updates once every 60s.
Changed
Improved error text (#7). This should help users understand how to proceed if a command fails.
Improved license registration failure message. This should help users understand why registration failed and how to proceed.
Fixed
Fixed some cases where unhandled errors during license registration would cause log to fail to send to your log channel.
Fix an issue (#9) where product auto-completion would fail for products with names >100 characters long
Fix an issue (#5) where the in-memory cache was able to deadlock the bot, causing a permanent hang:
Known Issues
If you have products with identical names then /link_product and /unlink_product will be unable to handle them properly. (#4)
If /list_links output is more than 4096 characters it will fail. (#3)