begin reformat code structur
This commit is contained in:
1 parent
d0cb22b54e
commit
0495577b3c
18 files changed
+4071
-843
No files matched your search
@@ -1,4 +1,6 @@
|
||||
const Bot = require('./LPS').Bot;
|
||||
const LinesPoliceCadBot = require('./LPS');
|
||||
const client = new LinesPoliceCadBot(require('./config/beta-config'));
|
||||
|
||||
let client = new Bot('DEVELOPMENT', process.env.token, './beta-config', process.env.mongoURI, process.env.dbo);
|
||||
client.main()
|
||||
client.build();
|
||||
|
||||
module.exports = client;
|
||||
Reference in new issue
Block a user