From 7ceb3693cc78909f5c13ad3dc881815fc40ccd4c Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Fri, 25 Mar 2022 18:32:48 -0400 Subject: Remove unneeded file --- bot.js | 2 -- 1 file changed, 2 deletions(-) (limited to 'bot.js') diff --git a/bot.js b/bot.js index 3933a17..2b695e1 100644 --- a/bot.js +++ b/bot.js @@ -24,7 +24,6 @@ const { createAudioPlayer, createAudioResource, joinVoiceChannel, VoiceConnectio const bot = new Discord.Client({intents: ['GUILDS', 'GUILD_MESSAGES']}); const config = require('./config.json'); const player = createAudioPlayer(); -let dispatcher; let audio; let voiceChannel; let fileData; @@ -141,7 +140,6 @@ bot.on('messageCreate', async msg => { if (command == 'ping') { msg.reply('Pong!'); - console.log(msg.guild.voiceAdapterCreator()); } if (command == 'git') { -- cgit v1.2.3