fix: avoid sending bot auth on token endpoints (#7022)

This commit is contained in:
SpaceEEC
2021-11-23 10:28:09 +01:00
committed by GitHub
parent 099536ee60
commit 7efeff461f
3 changed files with 10 additions and 1 deletions

View File

@@ -99,6 +99,7 @@ class AutocompleteInteraction extends Interaction {
choices: options,
},
},
auth: false,
});
this.responded = true;
}