1.7.1 Production improvments

This commit is contained in:
SowinskiBraeden committed 2021-09-27 10:26:35 -07:00
1 parent f45aaf664b
commit 8dac1d4262
4 files changed
+10 -11

No files matched your search

+1 -1
View File
@@ -1,4 +1,4 @@
const Bot = require('./LPS').Bot;
client = new Bot('PRODUCTION', process.env.token, './config');
client = new Bot('PRODUCTION', process.env.token, './config', process.env.mongoURI, process.env.dbo);
client.main()