diff --git a/lib/structures/CommandInteraction.js b/lib/structures/CommandInteraction.js index 5d4b18e70..b62801039 100644 --- a/lib/structures/CommandInteraction.js +++ b/lib/structures/CommandInteraction.js @@ -217,7 +217,6 @@ class CommandInteraction extends Interaction { /** * Edit the Original response message - * Warning: Will error with ephemeral messages. * @arg {Object} options Interaction message edit options * @arg {Object} [options.allowedMentions] A list of mentions to allow (overrides default) * @arg {Boolean} [options.allowedMentions.everyone] Whether or not to allow @everyone/@here. diff --git a/lib/structures/ComponentInteraction.js b/lib/structures/ComponentInteraction.js index a4f5e13ae..72d5f5fe2 100644 --- a/lib/structures/ComponentInteraction.js +++ b/lib/structures/ComponentInteraction.js @@ -224,7 +224,6 @@ class ComponentInteraction extends Interaction { /** * Edit the parent message - * Warning: Will error with ephemeral messages. * @arg {Object} options Interaction message edit options * @arg {Object} [options.allowedMentions] A list of mentions to allow (overrides default) * @arg {Boolean} [options.allowedMentions.everyone] Whether or not to allow @everyone/@here. diff --git a/lib/structures/UnknownInteraction.js b/lib/structures/UnknownInteraction.js index a3865b8db..8f3009d6c 100644 --- a/lib/structures/UnknownInteraction.js +++ b/lib/structures/UnknownInteraction.js @@ -213,7 +213,6 @@ class UnknownInteraction extends Interaction { /** * Edit the Original response message (or the parent message for components) - * Warning: Will error with ephemeral messages. * @arg {Object} options Interaction message edit options * @arg {Object} [options.allowedMentions] A list of mentions to allow (overrides default) * @arg {Boolean} [options.allowedMentions.everyone] Whether or not to allow @everyone/@here.