Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Colonel-Ltd authored Mar 7, 2021
1 parent f889349 commit 87fa7f1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ client.commands = new Collection();//Making client.commands as a Discord.js Coll
client.queue = new Map()

client.config = {
prefix: process.env.PREFIX
prefix: process.env.PREFIX,
SOUNDCLOUD: process.env.SOUNDCLOUD_CLIENT_ID
}

//Loading Events
Expand Down

0 comments on commit 87fa7f1

Please sign in to comment.