discordjs / discord.js

A powerful JavaScript library for interacting with the Discord API
https://discord.js.org
Apache License 2.0
25.47k stars 3.97k forks source link

How do I make the bot join a voice channel? #281

Closed ghost closed 8 years ago

ghost commented 8 years ago

So there's 2 voice channels in my discord general and Music and I want the bot to join Music but my current code it doesn't seem to work

Script

Lord-Ptolemy commented 8 years ago

.joinVoiceChannel requires a channel resolvable. Not a string. http://discordjs.readthedocs.org/en/indev/docs_client.html#voiceconnections

ghost commented 8 years ago

What does that mean exactly?

Caraxi commented 8 years ago

A Resolvable for a channel is the channel ID http://discordjs.readthedocs.org/en/rewrite-docs/docs_resolvables.html#voice-channel-resolvable