add action row component
This commit is contained in:
@@ -9,7 +9,7 @@ export type MessageOptions = {
|
||||
actionRows: ActionRow[]
|
||||
}
|
||||
|
||||
type ActionRow = Array<
|
||||
export type ActionRow = Array<
|
||||
MessageButtonOptions | MessageLinkOptions | MessageSelectOptions
|
||||
>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user