-
Notifications
You must be signed in to change notification settings - Fork 3
Home
Bilal2453 edited this page Nov 6, 2021
·
7 revisions
discordia-interactions is a Discordia 2.x extension that when required, it injects and patches some classes which in turn provide you the capabilities of creating Message Components, such as buttons and select menus. This extension depends on yet another extension discordia-interactions which offers enables receiving and sending Interactions, so whenever you encounter an Interaction
object, that's where you should look for its documentations.
Here you will see various tutorials and documentations about everything you need.
TODO
-
Input-resolution; Refer to this anytime you see
-Resolvable
type.
- Components (the builder)
- Component (abstract class)
- Button
- SelectMenu
- Client (to provide waitComponent)
- TextChannel (to provide sending and receiving components)
- Message (to provide editing and reading components)
None. Only used event is interactionCreate
provided by discordia-interactions. You can also use client:waitFor()
as a shortcut.