From 6ae024348f600ed416d068a769f06c30d62d3db6 Mon Sep 17 00:00:00 2001 From: ChrisChrome Date: Mon, 20 Mar 2023 18:50:49 -0600 Subject: [PATCH] WHOOPS --- index.js | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) 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