fix(arabot): had fetchReply be attached to staffChannel

This commit is contained in:
smyalygames 2023-02-20 00:12:34 +00:00
parent 72c27f5b72
commit c60d8807a2

View File

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