Update VoiceCall.md

This commit is contained in:
Cinnamon 2022-08-14 22:58:20 +07:00 committed by GitHub
parent a21ebe611a
commit b2d41d8002
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,7 +21,6 @@ const connection = await dmChannel.call();
# Play Music using `play-dl`
```js
const connection = await message.member.user.dmChannel.call();
const play = require('play-dl');
const {
createAudioPlayer,