mirror of
https://github.com/veganhacktivists/arabot.git
synced 2025-12-21 03:58:05 +01:00
fix(arabot): add staff ephemeral if no sus notes
This commit is contained in:
@@ -208,7 +208,7 @@ class SusCommand extends Command {
|
||||
await interaction.reply({
|
||||
content: `${user} has no sus notes!`,
|
||||
ephemeral: true,
|
||||
fetchReply: true,
|
||||
fetchReply: !staffChannel,
|
||||
});
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user