Use doublequote instead of single quote
This commit is contained in:
parent
4ac9ff9f7e
commit
79b794738e
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ settings = {
|
|||
token: "Your Discord Token"
|
||||
};
|
||||
|
||||
const { Player } = require('discord-player');
|
||||
const { Player } = require("discord-player");
|
||||
// Create a new Player (Youtube API key is your Youtube Data v3 key)
|
||||
const player = new Player(client, "YOUTUBE API KEY");
|
||||
// To easily access the player
|
||||
|
|
Loading…
Reference in a new issue