-
Notifications
You must be signed in to change notification settings - Fork 82
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* remove redundant map structures * code cleanup * [WIP] - Rewrite Interaction Commands * Fix incorrect name reference * abstract rootName instead of name * Move documents to declaration and rename Command * More docs * correct sub-commands in docs * Fix filtered no-arg sub-commands * Add interaction serialization tests * Add interaction type testing * mark test class with KordPreview * WIP: Add resolvables * WIP: Use flows for resolved objects This most likely will be changed to a set or back to a map * Resolvables first prototype * Rename OptionValue to DiscordOptionValue * Create a core OptionValue to hold resolvable entities * Hold resolvable entities in the interaction command * consider MemberOption a UserOption * Serialize message flags as longs * Add Ephemeral flag * Change interaction response types discord/discord-api-docs#2615 * Use deferred response type for acknowledgement * Revert Message flags to ints * Fix incorrect endpoint call * Add multi-command put support * add mapeValues for maps data structure * Correct the json representations for new interactions * Add DmInteractions and GuildInteractions * Use put instead of post for bulk command registration * remove resolved field from interaction object * make deaf and mute optional * Core representations for bulk command end points * Code cleanup * Fix serialization for roles * Expose allowedMentions to followup builder (#187) * Apply suggestions * Code cleanup * Fix predicate and apply few tweaks Co-authored-by: Michael Rittmeister <michael@rittmeister.in>
- Loading branch information
1 parent
e790687
commit 62ab68e
Showing
26 changed files
with
947 additions
and
187 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.