Update bot/telegrambot.js
Browse files- 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...");
|