Carlos Poupado
Results
1
comments of
Carlos Poupado
``` // Gives the user a menu to choose from. interaction .reply({ ephemeral: false, embeds: [menu], components: [menuRow], fetchReply: true, }) .then(() => { const filter = (i) => {...