1
0
mirror of https://github.com/musix-org/musix-oss synced 2024-09-20 04:31:56 +00:00

Update play.js

This commit is contained in:
MatteZ02 2020-03-19 20:34:20 +02:00
parent 262917d623
commit 4d5c33ddf7

View File

@ -42,7 +42,6 @@ module.exports = {
var video = await youtube.getVideoByID(videos[0].id);
} catch (err) {
console.error(err);
client.debug_channel.send(err);
if (err.code === 403) {
if (client.config.api_key === client.config.api_key) {
client.config.api_key = client.config.api_key2;