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 @@
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()