Skip to content
Bilal2453 edited this page Nov 6, 2021 · 7 revisions

The Wiki

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.

Tutorials

TODO

Topics

New Classes

Patched Classes

  • Client (to provide waitComponent)
  • TextChannel (to provide sending and receiving components)
  • Message (to provide editing and reading components)

New Events

None. Only used event is interactionCreate provided by discordia-interactions. You can also use client:waitFor() as a shortcut.

Clone this wiki locally