diff --git a/beta-config.json b/beta-config.json new file mode 100644 index 0000000..758960b --- /dev/null +++ b/beta-config.json @@ -0,0 +1,5 @@ +{ + "defaultPrefix": "?", + "version": "Beta 1.7.1", + "socket": "https://police-cad-dev.herokuapp.com/" +} diff --git a/beta.js b/beta.js new file mode 100644 index 0000000..cf62271 --- /dev/null +++ b/beta.js @@ -0,0 +1,5 @@ +const bot = require('./LPS').Bot; +const config = require('./beta-config') + +let client = new bot('DEVELOPMENT', this.env.token, config, this.env.mongoURI, this.env.dbo); +client.main() diff --git a/config.json b/config.json index e01b97a..fffb2c5 100644 --- a/config.json +++ b/config.json @@ -1,6 +1,5 @@ { "defaultPrefix": "?", - "botID": "860298681047056434", - "version": "Beta 1.7.1", - "socket": "https://police-cad-dev.herokuapp.com/" + "version": "1.7.1", + "socket": "https://www.linespolice-cad.com/" } diff --git a/dev-config.json b/dev-config.json index 8a255f0..cd49b7f 100644 --- a/dev-config.json +++ b/dev-config.json @@ -1,8 +1,7 @@ { "defaultPrefix": "?", - "botID": "860298681047056434", "mongoURI": "mongodb+srv://lps_bot:ktSkHml2BU9EIQ0a@heroku-police-cad-dev.j7aom.mongodb.net/heroku_8pc4g86l?retryWrites=true&w=majority", - "version": "Beta 1.7.1", + "version": "Alpha 1.7.1", "socket": "http://localhost:8080", "dbo": "heroku_8pc4g86l" -} \ No newline at end of file +}