of
Creates a button factory with the style and label provided.
You can use ButtonFactory.persistent or ButtonFactory.ephemeral to then start building a button.
See also
Throws
If the label is empty
Creates a button factory with the style and emoji provided.
You can use ButtonFactory.persistent or ButtonFactory.ephemeral to then start building a button.
See also
EmojiUtils. resolve JDAEmoji
Creates a button factory with the style, label and emoji provided.
You can use ButtonFactory.persistent or ButtonFactory.ephemeral to then start building a button.
See also
EmojiUtils. resolve JDAEmoji
Throws
If the label is empty
Creates a button factory with the style, label and emoji provided by the ButtonContent.
You can use ButtonFactory.persistent or ButtonFactory.ephemeral to then start building a button.
See also
EmojiUtils. resolve JDAEmoji
Throws
If the label is null/blank and the emoji isn't set