Move to ephemeral
This commit is contained in:
parent
5bb4dd561c
commit
70506ae20b
@ -257,7 +257,7 @@ const functions = {
|
||||
const pastasString = pastasArray.join('\n');
|
||||
pastasEmbed.setDescription(pastasString);
|
||||
|
||||
return { embeds: [pastasEmbed] };
|
||||
return { embeds: [pastasEmbed], ephemeral: true };
|
||||
},
|
||||
gifs(commandData) {
|
||||
const gifsArray = [];
|
||||
|
@ -28,6 +28,6 @@ module.exports = {
|
||||
name: row.name,
|
||||
});
|
||||
}
|
||||
interaction.reply({ content: fn.embeds.pastas(commandData), ephemeral: true });
|
||||
interaction.reply(fn.embeds.pastas(commandData));
|
||||
},
|
||||
};
|
Loading…
Reference in New Issue
Block a user