diff --git a/packages/discord.js/src/structures/AutocompleteInteraction.js b/packages/discord.js/src/structures/AutocompleteInteraction.js index cc58e45d0..8c8174572 100644 --- a/packages/discord.js/src/structures/AutocompleteInteraction.js +++ b/packages/discord.js/src/structures/AutocompleteInteraction.js @@ -76,7 +76,7 @@ class AutocompleteInteraction extends Interaction { * value: 'option1', * }, * ]) - * .then(console.log) + * .then(() => console.log('Successfully responded to the autocomplete interaction')) * .catch(console.error); */ async respond(options) {