telebot auskommentiert, da bissher ohen funktion

This commit is contained in:
Klaas Börgmann 2024-07-19 18:49:08 +02:00
parent 36cbd762ea
commit 935ccf9d5c
1 changed files with 2 additions and 2 deletions

4
app.js
View File

@ -12,7 +12,7 @@ const log = require('node-file-logger');
const app = express(); const app = express();
const port = process.env.PORT; const port = process.env.PORT;
const TeleBot = require('telebot'); /* const TeleBot = require('telebot');
const bot = new TeleBot(process.env.TELEBOT); const bot = new TeleBot(process.env.TELEBOT);
telebotChatID=process.env.TELECHAT; telebotChatID=process.env.TELECHAT;
@ -25,7 +25,7 @@ bot.on('text', (msg) => {
} }
}); });
bot.start(); bot.start(); */
const options = { const options = {
timeZone: 'europe/Berlin', timeZone: 'europe/Berlin',