Update src/messagehandler.js

Co-authored-by: KGT1 <kilian.gamn@gmx.de>
This commit is contained in:
zadi15 2020-09-23 09:52:35 +03:00 committed by GitHub
parent 94f765af0d
commit 1b7f4b786d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -116,7 +116,7 @@ async function playThis (message) {
}
discordClient.user.client.voice.connections.forEach((element) => {
songPlayMessage(message, itemID, argument);
songPlayMessage(message, argument);
playbackmanager.startPlaying(element, itemID, isSummendByPlay);
});
}