diff --git a/index.js b/index.js index 44d3bfc..9119f9f 100644 --- a/index.js +++ b/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); -*/ \ No newline at end of file +dcClient.login(config.discord.token); \ No newline at end of file