Skip to content

Commit 0cbc822

Browse files
Change ephemeral to using flags
1 parent b4b432a commit 0cbc822

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

commands/sign-up.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ export default {
4141

4242
async execute(interaction) {
4343
let message;
44-
await interaction.deferReply({ ephemeral: true });
44+
await interaction.deferReply({ flags: MessageFlags.Ephemeral });
4545

4646
logger.info(
4747
`User ${interaction.user.tag} (${interaction.user.id}) used the ${interaction.options.getSubcommand()} subcommand.`

0 commit comments

Comments
 (0)