From 357322c3b8ecb652087df761fade0ce0a92738ee Mon Sep 17 00:00:00 2001 From: smyalygames Date: Sat, 5 Nov 2022 23:56:24 +0000 Subject: [PATCH] fix(arabot): add staff ephemeral if no sus notes --- src/commands/mod/sus.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands/mod/sus.ts b/src/commands/mod/sus.ts index c55a1f0..8db67e8 100644 --- a/src/commands/mod/sus.ts +++ b/src/commands/mod/sus.ts @@ -208,7 +208,7 @@ class SusCommand extends Command { await interaction.reply({ content: `${user} has no sus notes!`, ephemeral: true, - fetchReply: true, + fetchReply: !staffChannel, }); return; }