WHOOPS
This commit is contained in:
parent
4902a49332
commit
6ae024348f
9
index.js
9
index.js
|
@ -423,12 +423,5 @@ dcClient.on('interactionCreate', async interaction => {
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
pbxClient.request(funcs.generateQuery('list', {})).then((result) => {
|
|
||||||
console.log(JSON.stringify(result, null, 2));
|
|
||||||
}).catch((error) => {
|
|
||||||
console.log(error);
|
|
||||||
});
|
|
||||||
|
|
||||||
/*
|
dcClient.login(config.discord.token);
|
||||||
dcClient.login(config.discord.token);
|
|
||||||
*/
|
|
Loading…
Reference in a new issue