fix(arabot): add staff ephemeral if no sus notes

This commit is contained in:
smyalygames 2022-11-05 23:56:24 +00:00
parent 4f8cec5331
commit 357322c3b8

View File

@ -208,7 +208,7 @@ class SusCommand extends Command {
await interaction.reply({
content: `${user} has no sus notes!`,
ephemeral: true,
fetchReply: true,
fetchReply: !staffChannel,
});
return;
}