From 59601536188ec7d0f0e2843fe78a77f7762e3442 Mon Sep 17 00:00:00 2001 From: Braeden57 Date: Fri, 15 Oct 2021 17:46:40 -0700 Subject: [PATCH] Updtate for Alpha Beta & Master release --- beta-config.json | 5 +++++ beta.js | 5 +++++ config.json | 5 ++--- dev-config.json | 5 ++--- 4 files changed, 14 insertions(+), 6 deletions(-) create mode 100644 beta-config.json create mode 100644 beta.js 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 +}