-
-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: more selector types #200
Conversation
Hello, and thanks for opening a pull request! As this is your first pull request to this repository we'd just like to offer you a warm welcome to the project, and the following pointers:
|
Apologies for taking so long to get to this - would you mind checking out that conflict? I should be able to get this merged pretty soon. |
I'll fix the conflict when I have time tomorrow. |
# Conflicts: # kord-extensions/src/main/kotlin/com/kotlindiscord/kord/extensions/components/menus/SelectMenu.kt
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Overall, I think this is pretty good - just a few things to address. Good work!
kord-extensions/src/main/kotlin/com/kotlindiscord/kord/extensions/components/_Functions.kt
Show resolved
Hide resolved
...ns/src/main/kotlin/com/kotlindiscord/kord/extensions/components/menus/EphemeralSelectMenu.kt
Outdated
Show resolved
Hide resolved
...ns/src/main/kotlin/com/kotlindiscord/kord/extensions/components/menus/EphemeralSelectMenu.kt
Show resolved
Hide resolved
...sions/src/main/kotlin/com/kotlindiscord/kord/extensions/components/menus/PublicSelectMenu.kt
Outdated
Show resolved
Hide resolved
...sions/src/main/kotlin/com/kotlindiscord/kord/extensions/components/menus/PublicSelectMenu.kt
Show resolved
Hide resolved
...rc/main/kotlin/com/kotlindiscord/kord/extensions/components/menus/string/StringSelectMenu.kt
Show resolved
Hide resolved
...rc/main/kotlin/com/kotlindiscord/kord/extensions/testbot/extensions/SelectorTestExtension.kt
Show resolved
Hide resolved
...rc/main/kotlin/com/kotlindiscord/kord/extensions/testbot/extensions/SelectorTestExtension.kt
Outdated
Show resolved
Hide resolved
...rc/main/kotlin/com/kotlindiscord/kord/extensions/testbot/extensions/SelectorTestExtension.kt
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is looking good - thanks for being patient. I think we can merge this once you've merged in the latest changes and verified it all works.
Looks good, thanks for your work! |
Adds support for user, role and channel selector types.