randydev commited on
Commit
2e0d69a
·
verified ·
1 Parent(s): f02450b

Update index.js

Browse files
Files changed (1) hide show
  1. index.js +3 -0
index.js CHANGED
@@ -35,6 +35,8 @@ import cors from 'cors';
35
  import bodyParser from 'body-parser';
36
  import swaggerJsDoc from 'swagger-jsdoc';
37
 
 
 
38
  // routes
39
  import { GempaRoutes } from './plugins/gempa.js';
40
  import { FluxRoutes } from './plugins/fluxai.js';
@@ -102,4 +104,5 @@ app.get('/', (req, res) => {
102
  res.redirect('https://t.me/RendyProjects');
103
  });
104
 
 
105
  lifestyle.startServer(app);
 
35
  import bodyParser from 'body-parser';
36
  import swaggerJsDoc from 'swagger-jsdoc';
37
 
38
+ import { InitBot } from '../bot/telegrambot.js';
39
+
40
  // routes
41
  import { GempaRoutes } from './plugins/gempa.js';
42
  import { FluxRoutes } from './plugins/fluxai.js';
 
104
  res.redirect('https://t.me/RendyProjects');
105
  });
106
 
107
+ InitBot();
108
  lifestyle.startServer(app);