You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 18, 2021. It is now read-only.
[The docs](https://discord-components.readthedocs.io/) can contain lot of spelling mistakes, grammar errors so if there is a problem please create an issue!
54
54
55
55
## Features
56
-
+ Send, Edit discord components
56
+
+ Send, edit Discord components.
57
57
+ Get components interact event!
58
-
+ Supports discord.ext.commands
58
+
+ Supports discord.py command extension.
59
59
60
60
## Helps
61
61
+[Minibox](https://github.com/minibox24) - Button API explanation
Whether to change the methods of the discord module
41
+
Whether to override the methods of the discord.py module.
43
42
44
-
If this is enabled, you can just use :class:`await <Messageable>.send`, :class:`await <Context>.send` as :class:`await <DiscordButton>.send_button_msg`, :class:`await <Message>.edit`, as :class:`await <DiscordComponents>.edit_component_msg`
45
-
46
-
Also you can use `on_interact`
43
+
If this is enabled, you can just use
44
+
:class:`await <Messageable>.send`, :class:`await <Context>.send` as :class:`await <DiscordButton>.send_button_msg`,
45
+
:class:`await <Message>.edit`, as :class:`await <DiscordComponents>.edit_component_msg`
0 commit comments