Updtate for Alpha Beta & Master release
This commit is contained in:
1 parent
267eab304d
commit
5960153618
4 files changed
+13
-5
No files matched your search
@@ -0,0 +1,5 @@
|
|||||||
|
{
|
||||||
|
"defaultPrefix": "?",
|
||||||
|
"version": "Beta 1.7.1",
|
||||||
|
"socket": "https://police-cad-dev.herokuapp.com/"
|
||||||
|
}
|
||||||
@@ -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
@@ -1,6 +1,5 @@
|
|||||||
{
|
{
|
||||||
"defaultPrefix": "?",
|
"defaultPrefix": "?",
|
||||||
"botID": "860298681047056434",
|
"version": "1.7.1",
|
||||||
"version": "Beta 1.7.1",
|
"socket": "https://www.linespolice-cad.com/"
|
||||||
"socket": "https://police-cad-dev.herokuapp.com/"
|
|
||||||
}
|
}
|
||||||
+1
-2
@@ -1,8 +1,7 @@
|
|||||||
{
|
{
|
||||||
"defaultPrefix": "?",
|
"defaultPrefix": "?",
|
||||||
"botID": "860298681047056434",
|
|
||||||
"mongoURI": "mongodb+srv://lps_bot:ktSkHml2BU9EIQ0a@heroku-police-cad-dev.j7aom.mongodb.net/heroku_8pc4g86l?retryWrites=true&w=majority",
|
"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",
|
"socket": "http://localhost:8080",
|
||||||
"dbo": "heroku_8pc4g86l"
|
"dbo": "heroku_8pc4g86l"
|
||||||
}
|
}
|
||||||
Reference in new issue
Block a user