1.7.0 Hotfix for official deploy

This commit is contained in:
SowinskiBraeden committed 2021-09-26 23:54:50 -07:00
1 parent a23ca21c42
commit f45aaf664b
2 files changed
+2 -2

No files matched your search

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