randydev commited on
Commit
3cb3d27
·
verified ·
1 Parent(s): 9926b6a

Update bot/telegrambot.js

Browse files
Files changed (1) hide show
  1. bot/telegrambot.js +1 -1
bot/telegrambot.js CHANGED
@@ -3,7 +3,7 @@ import { BotToken } from "../config.js";
3
 
4
  const bot = new Bot(BotToken);
5
 
6
- bot.on("/start", (ctx) => ctx.reply("Hi there!"));
7
 
8
  function InitBot() {
9
  bot.start();
 
3
 
4
  const bot = new Bot(BotToken);
5
 
6
+ bot.on("start", (ctx) => ctx.reply("Hi there from grammy javascript"));
7
 
8
  function InitBot() {
9
  bot.start();