arkbabayan21
Results
2
comments of
arkbabayan21
This worked for me ``` bot.botInfo = await bot.telegram .getMe() .then(async (res) => { console.log(`${res.username} launched successfully`); await bot.launch(); }) .catch((error) => { throw new Error(`Failed to launch the bot:...
That was really useful my friend, thank you!