discordia-components is a Discordia 2.x extension aiming at making the use of Message Components possible and user-friendly; Message components include buttons and select menus.
For docmentation please refer to the wiki.
If you still can't find what you want, feel free to ask me on Discord. You will find me on any of the official communities.
First make sure you cd
into your bot directory. Then you have two options to install the library:
Note: Due to unsolved bug in Lit, the package will error when installing; as of now you will have to use the Git method described below AND NOT LIT.
-
git clone https://github.com/Bilal2453/discordia-components.git ./deps/discordia-components && git clone https://github.com/Bilal2453/discordia-interactions ./deps/discordia-interactions
.Make sure that after running the above command it did not error, and that the folders
discordia-interactions
&discordia-components
now do show up under yourdeps
folder. -
lit install Bilal2453/discordia-components
. (preferred)
See the examples directory.