-
Notifications
You must be signed in to change notification settings - Fork 237
CommandBuilder
FoxWorn3365 edited this page Apr 21, 2023
·
2 revisions
Made to quickly create commands.
use Discord\Builders\CommandBuilder;
For examples please visit the Option page or the Slash Command page.
Note: This wiki is currently Work In Progress. Consider reading the docs instead.
- Application Command (Slash based)
Command Client (Message based)
- Activity
- Application
- Guild
- Private Channel
- User
Components
-
ActionRow
- Buttons
- Option (commands)
- SelectMenu
- TextInput
Builders