Skip to content

Commit 7c56798

Browse files
authored
Remove button component (#68)
1 parent 832ba87 commit 7c56798

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/commands/general/getEmoji.ts

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -58,16 +58,8 @@ const emojiURL: BotCommand = {
5858
try {
5959
const url = getEmojiURL(emoji, size);
6060

61-
const row = new ActionRowBuilder<ButtonBuilder>().addComponents(
62-
new ButtonBuilder()
63-
.setLabel("Open Emoji")
64-
.setStyle(ButtonStyle.Link)
65-
.setURL(url),
66-
);
67-
6861
return interaction.reply({
6962
content: `**Emoji URL:**\n${url}`,
70-
components: [row],
7163
});
7264
} catch {
7365
return sendAlertMessage({

0 commit comments

Comments
 (0)