mirror of
https://github.com/veganhacktivists/arabot.git
synced 2025-05-19 10:34:16 +02:00
fix(arabot): add staff ephemeral if no sus notes
This commit is contained in:
parent
4f8cec5331
commit
357322c3b8
@ -208,7 +208,7 @@ class SusCommand extends Command {
|
||||
await interaction.reply({
|
||||
content: `${user} has no sus notes!`,
|
||||
ephemeral: true,
|
||||
fetchReply: true,
|
||||
fetchReply: !staffChannel,
|
||||
});
|
||||
return;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user