fix configs
This commit is contained in:
1 parent
50fcd6900c
commit
2e43637d67
2 files changed
+2
-2
No files matched your search
@@ -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",
|
||||
|
||||
Reference in new issue
Block a user