Fix command

slash
supositware 2 years ago
parent b3bc97b8d2
commit 8f7afa9be7

@ -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…
Cancel
Save