discordjs / guide

The official guide for discord.js, created and maintained by core members of its community.
https://discordjs.guide
MIT License
1.57k stars 2.3k forks source link

refactor: Use `MessageFlags.Ephemeral` #1592

Closed Jiralite closed 3 days ago

Jiralite commented 4 days ago

Replaced ephemeral: true with flags: MessageFlags.Ephemeral except for InteractionDeferReplyOptions which will happen in the next v14 release.