diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2022-03-25 18:32:48 -0400 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2022-03-25 18:32:48 -0400 |
| commit | 7ceb3693cc78909f5c13ad3dc881815fc40ccd4c (patch) | |
| tree | 30abeeddd77f49bafd72c8909f84dcc153b62fcf /bot.js | |
| parent | cbbd92dc933efedd26bab448d8167048ef5d1af7 (diff) | |
| download | DLAP-7ceb3693cc78909f5c13ad3dc881815fc40ccd4c.tar.gz DLAP-7ceb3693cc78909f5c13ad3dc881815fc40ccd4c.tar.bz2 DLAP-7ceb3693cc78909f5c13ad3dc881815fc40ccd4c.zip | |
Remove unneeded file
Diffstat (limited to 'bot.js')
| -rw-r--r-- | bot.js | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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') { |
