diff --git a/config/beta-config.js b/config/beta-config.js index dc756bc..c3d7ab4 100644 --- a/config/beta-config.js +++ b/config/beta-config.js @@ -5,7 +5,7 @@ module.exports = { defaultPrefix: "?", socket: "https://police-cad-dev.herokuapp.com/", SupportServer: "https://discord.gg/w2g2FFmHbF", //Support Server Link - Token: process.env.TOKEN || "", //Discord Bot Token + Token: process.env.token || "", //Discord Bot Token Scopes: ["identify", "guilds", "applications.commands"], //Discord OAuth2 Scopes IconURL: "https://raw.githubusercontent.com/Linesmerrill/police-cad/master/lines-police-cad.png", EmbedColor: "#0099ff", diff --git a/config/config.js b/config/config.js index a4fdd92..36f2ed2 100644 --- a/config/config.js +++ b/config/config.js @@ -5,7 +5,7 @@ module.exports = { defaultPrefix: "?", socket: "https://linespolice-cad.com/", SupportServer: "https://discord.gg/w2g2FFmHbF", //Support Server Link - Token: process.env.TOKEN || "", //Discord Bot Token + Token: process.env.token || "", //Discord Bot Token Scopes: ["identify", "guilds", "applications.commands"], //Discord OAuth2 Scopes IconURL: "https://raw.githubusercontent.com/Linesmerrill/police-cad/master/lines-police-cad.png", EmbedColor: "#0099ff",