vertbot/secret-demo.js

9 lines
283 B
JavaScript

//Put your bot token and youtube api key in here, and rename the file to secret.js
module.exports = {
discord: "<bot token>",
youtube: "<youtube api token>",
spotify: "<spotify access token>",
dbl: "<Your discord bot list token>",
dbots: "<Your discord bots auth token>"
}