randydev commited on
Commit
9e926b7
·
verified ·
1 Parent(s): bf48678

Update index.js

Browse files
Files changed (1) hide show
  1. index.js +0 -3
index.js CHANGED
@@ -35,8 +35,6 @@ import cors from 'cors';
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,5 +102,4 @@ app.get('/', (req, res) => {
104
  res.redirect('https://t.me/RendyProjects');
105
  });
106
 
107
- InitBot();
108
  lifestyle.startServer(app);
 
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
  res.redirect('https://t.me/RendyProjects');
103
  });
104
 
 
105
  lifestyle.startServer(app);