randydev commited on
Commit
3fa6943
·
verified ·
1 Parent(s): 1f02ed6

Update startup/lifestyle.js

Browse files
Files changed (1) hide show
  1. startup/lifestyle.js +1 -1
startup/lifestyle.js CHANGED
@@ -2,7 +2,7 @@
2
 
3
  import { Database } from '../database/database.js';
4
  import { InitBot } from '../bot/telegrambot.js';
5
- import { IsTelegramBot } from '.. config.js';
6
  const port = 7860
7
 
8
  const startup = async () => {
 
2
 
3
  import { Database } from '../database/database.js';
4
  import { InitBot } from '../bot/telegrambot.js';
5
+ import { IsTelegramBot } from '../config.js';
6
  const port = 7860
7
 
8
  const startup = async () => {