You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Warning: Supplying "ephemeral" for interaction response options is deprecated. Utilize flags instead.
Instead, I believe we are supposed to supply the flags property with MessageFlags.Ephemeral.
Providing an
ephemeralvalue 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
flagsproperty withMessageFlags.Ephemeral.https://discord.js.org/docs/packages/discord.js/14.17.3/InteractionReplyOptions:Interface#flags