mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-10 08:33:30 +01:00
fix: avoid sending bot auth on token endpoints (#7022)
This commit is contained in:
@@ -99,6 +99,7 @@ class AutocompleteInteraction extends Interaction {
|
||||
choices: options,
|
||||
},
|
||||
},
|
||||
auth: false,
|
||||
});
|
||||
this.responded = true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user