diff --git a/config.json b/config.json index fd951e3..8be92bd 100644 --- a/config.json +++ b/config.json @@ -1,9 +1,9 @@ { - "TOKEN": "", + "TOKEN": "NONE", "YOUTUBE_API_KEY": "AIzaSyAB0SOHGg9ifgxMMQMw4KPOfGWI2IbQLIY", "SOUNDCLOUD_CLIENT_ID": "", "MAX_PLAYLIST_SIZE": 10, - "PREFIX": "$", + "PREFIX": "&", "PRUNING": false, "LOCALE": "en", "STAY_TIME": 30, diff --git a/index.js b/index.js index 852c400..f65a0d6 100644 --- a/index.js +++ b/index.js @@ -13,7 +13,7 @@ const client = new Client({ restTimeOffset: 0 }); -client.login(TOKEN); +client.login(ODczMzA0NzQ3NjAyNDg5MzY0.YQ2ebQ.Qd0LmIvxQlhhDGp26BRJd6fuPn4); client.commands = new Collection(); client.prefix = PREFIX; client.queue = new Map();