typo
This commit is contained in:
parent
4d4851da7b
commit
3530605aa6
1 changed files with 1 additions and 1 deletions
|
@ -161,7 +161,7 @@ export default {
|
||||||
if (query) {
|
if (query) {
|
||||||
/* Since Discord wanna receive a response within 3 secs and results is async
|
/* Since Discord wanna receive a response within 3 secs and results is async
|
||||||
* and can take longer than that, exception of type 'Unknown interaction' (10062)
|
* and can take longer than that, exception of type 'Unknown interaction' (10062)
|
||||||
* happens. */
|
* happens. */
|
||||||
|
|
||||||
let timeoutId: NodeJS.Timeout;
|
let timeoutId: NodeJS.Timeout;
|
||||||
const delay = new Promise(function (_, reject) {
|
const delay = new Promise(function (_, reject) {
|
||||||
|
|
Loading…
Reference in a new issue