Jordan Simpson
Jordan Simpson
**Feature Description:** Currently, there is no supported way to serialize the new specs into JSON and deserialize them back from JSON. Example use case: (Embed pagination) - A bot produces...
**To Reproduce:** 1. Start up a GatewayDiscordClient with these intents: ```java .setEnabledIntents( IntentSet.of( Intent.GUILD_MEMBERS, Intent.GUILDS, Intent.GUILD_MESSAGES, Intent.GUILD_MESSAGE_REACTIONS, Intent.DIRECT_MESSAGES, Intent.DIRECT_MESSAGE_REACTIONS ) ) ``` 2. Register a listener for `MemberUpdateEvent` 3. Run...
**Setup** I've installed version 1.6.2 of the IntelliJ plugin and followed this guide: https://medium.com/@legionivo/an-easy-way-to-store-test-cases-as-a-code-5ccf3a80ee09 After providing the TestRail URL, projectId, suiteId, username, and password in the plugin settings, I hit...