randydev commited on
Commit
89182c5
·
verified ·
1 Parent(s): 9493af2

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.command("start", async (ctx) => {
7
  await ctx.reply("Welcome to the bot! 🚀");
8
  });
9
 
10
- const InitBot = async () {
11
  try {
12
  await bot.start();
13
  console.log("Bot is running...");
 
7
  await ctx.reply("Welcome to the bot! 🚀");
8
  });
9
 
10
+ const InitBot = async () => {
11
  try {
12
  await bot.start();
13
  console.log("Bot is running...");