Skip to content
github-actions[bot] edited this page Sep 30, 2024 · 2 revisions

creates a new raw action row
type: AeplSubClass

let top = new Row([
    new Button({ id: "answer_a", label: "A", style: "primary" }),
    new Button({ id: "answer_b", label: "B", style: "primary" }),
]);


let bottom = new Row([
    new Button({ id: "answer_c", label: "C", style: "primary" }),
    new Button({ id: "answer_d", label: "D", style: "primary" }),
]);


message.reply({ components: [top, bottom] });


🛈 Client

🛈 AddonService

🛈 AttachmentService

🛈 ChannelService

🛈 CommandService

🛈 ComponentService

🛈 ErrorService

🛈 EventService

🛈 ExpressionService

🛈 GuildService

🛈 LogService

🛈 MessageService

🛈 PermissionService

🛈 RoleService

🛈 StorageService

🛈 TypeService

🛈 UserService

🛈 UtilService

🛈 VoiceService


Clone this wiki locally