Remove deprecated use of "ephemeral" property in Discord Bot #110
Labels
Complexity: LOW
This issue is trivial and is expected to take less than an hour to complete.
Module: Discord
This issue pertains to the apps/discord module
Priority: MED
This issue isn't critical or security-related but is holding back other issues or efficiency.
Type: Bug
Something isn't working
Providing an
ephemeral
value to Discord bot interaction messages is deprecated in favor of flags. This is resulting in log spam with the following message:Instead, I believe we are supposed to supply the
flags
property withMessageFlags.Ephemeral
.https://discord.js.org/docs/packages/discord.js/14.17.3/InteractionReplyOptions:Interface#flags
The text was updated successfully, but these errors were encountered: