telebot auskommentiert, da bissher ohen funktion
This commit is contained in:
parent
36cbd762ea
commit
935ccf9d5c
4
app.js
4
app.js
|
@ -12,7 +12,7 @@ const log = require('node-file-logger');
|
|||
const app = express();
|
||||
const port = process.env.PORT;
|
||||
|
||||
const TeleBot = require('telebot');
|
||||
/* const TeleBot = require('telebot');
|
||||
const bot = new TeleBot(process.env.TELEBOT);
|
||||
telebotChatID=process.env.TELECHAT;
|
||||
|
||||
|
@ -25,7 +25,7 @@ bot.on('text', (msg) => {
|
|||
}
|
||||
});
|
||||
|
||||
bot.start();
|
||||
bot.start(); */
|
||||
|
||||
const options = {
|
||||
timeZone: 'europe/Berlin',
|
||||
|
|
Loading…
Reference in New Issue