with Emoji
Creates a new button factory with the provided emoji alias / emoji unicode.
Example
// Emoji alias
withEmoji(":smiley:")
// Unicode emoji
withEmoji("😃")
// Animated custom emoji
withEmoji("<a:dance:123456789123456789>")
// Not animated custom emoji
withEmoji("<:dog:123456789123456789>")
// Unicode emoji, escape codes
withEmoji("\uD83D\uDE03")
// Codepoint notation
withEmoji("U+1F602")
Content copied to clipboard