randydev commited on
Commit
0055017
·
verified ·
1 Parent(s): eb648d8

Update startup/lifestyle.js

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