Updtate for Alpha Beta & Master release

This commit is contained in:
SowinskiBraeden committed 2021-10-15 17:46:40 -07:00
1 parent 267eab304d
commit 5960153618
4 files changed
+14 -6

No files matched your search

+5
View File
@@ -0,0 +1,5 @@
{
"defaultPrefix": "?",
"version": "Beta 1.7.1",
"socket": "https://police-cad-dev.herokuapp.com/"
}
+5
View File
@@ -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()
+2 -3
View File
@@ -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/"
}
+2 -3
View File
@@ -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"
}
}