aboutsummaryrefslogtreecommitdiff
path: root/bot.js
diff options
context:
space:
mode:
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') {