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
/init command now shows a warning if it thinks your API key is missing any of the required scopes.
Changed
/init command now properly verifies API keys instead of blindly accepting what the user provides (and subsequently breaking other commands later when you actually try to use a bad API key)
Fixed
internal optimizations to how /list_links fetches products from Jinxxy. You should notice the command being slightly faster on average now.
Fix #1 by handling an edge case where unset log channels caused unexpected behavior
Fix a problem where many bot actions would fail intermittently. This was caused by high Jinxxy API latency cascading and causing Jinx to miss Discord deadlines. Jinx will no longer fail unexpectedly when the Jinxxy API is running slow.
Known Issues
If you have products with identical names then /link_product and /unlink_product will be unable to handle them properly.
If /list_links output is more than 4096 characters it will fail