Skip to content
FoxWorn3365 edited this page Jan 21, 2023 · 2 revisions

ActionRows are part of Component.

use Discord\Builders\Components\ActionRow

Add a component

Attention! To use this method you must have the Component object!

$action = ActionRow::new()->addComponent($component);
Clone this wiki locally