Fix command
This commit is contained in:
parent
b3bc97b8d2
commit
8f7afa9be7
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ export default {
|
|||
.setURL('https://reddit.com' + response.data.children[i].data.permalink)
|
||||
.setFooter({ text: `/r/${response.data.children[i].data.subreddit} | ⬆ ${response.data.children[i].data.ups} 🗨 ${response.data.children[i].data.num_comments}` });
|
||||
|
||||
interaction.editReply({ embeds: [redditEmbed] });
|
||||
interaction.followUp({ embeds: [redditEmbed] });
|
||||
interaction.followUp(response.data.children[i].data.url);
|
||||
});
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue