Skip to content

Commit

Permalink
No longer send moderator verification commands as ephemeral
Browse files Browse the repository at this point in the history
  • Loading branch information
encode42 committed Jun 29, 2024
1 parent b7c532d commit fcacf83
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/helpers/verify.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ export async function wrapCommand(interaction: ChatInputCommandInteraction, toVe
const success = await manageVerification(member, toVerify);

await interaction.reply({
"content": success ? "Successfully managed member's verification status!" : "Something went wrong... Check the logs!",
"ephemeral": true
"content": success ? "Successfully managed member's verification status!" : "Something went wrong... Check the logs!"
});
}

0 comments on commit fcacf83

Please sign in to comment.