randydev commited on
Commit
84401ff
·
verified ·
1 Parent(s): 2b30e12

Update bot/telegrambot.js

Browse files
Files changed (1) hide show
  1. bot/telegrambot.js +1 -1
bot/telegrambot.js CHANGED
@@ -7,7 +7,7 @@ bot.on("/start", (ctx) => ctx.reply("Hi there!"));
7
 
8
  function InitBot() {
9
  bot.start();
10
- console.log("Starting Bot")
11
  }
12
 
13
  export { InitBot };
 
7
 
8
  function InitBot() {
9
  bot.start();
10
+ console.log("Starting Bot");
11
  }
12
 
13
  export { InitBot };