aboutsummaryrefslogtreecommitdiff
path: root/bot.js
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@protonmail.com>2022-03-25 18:32:48 -0400
committerAndrew Lee <alee14498@protonmail.com>2022-03-25 18:32:48 -0400
commit7ceb3693cc78909f5c13ad3dc881815fc40ccd4c (patch)
tree30abeeddd77f49bafd72c8909f84dcc153b62fcf /bot.js
parentcbbd92dc933efedd26bab448d8167048ef5d1af7 (diff)
downloadDLAP-7ceb3693cc78909f5c13ad3dc881815fc40ccd4c.tar.gz
DLAP-7ceb3693cc78909f5c13ad3dc881815fc40ccd4c.tar.bz2
DLAP-7ceb3693cc78909f5c13ad3dc881815fc40ccd4c.zip
Remove unneeded file
Diffstat (limited to 'bot.js')
-rw-r--r--bot.js2
1 files changed, 0 insertions, 2 deletions
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') {