Hotfix
This commit is contained in:
1 parent
ad7bd3e8b7
commit
6a1d1bf167
1 file changed
+1
-1
@@ -1,5 +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);
|
||||
let client = new bot('DEVELOPMENT', process.env.token, config, process.env.mongoURI, process.env.dbo);
|
||||
client.main()
|
||||
Reference in new issue
Block a user