We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de8a3e9 commit 63b9becCopy full SHA for 63b9bec
src/clients/telegram/src/index.ts
@@ -45,7 +45,7 @@ export class TelegramClient {
45
public async start(): Promise<void> {
46
console.log("🚀 Starting Telegram bot...");
47
try {
48
- await this.bot.launch({
+ this.bot.launch({
49
dropPendingUpdates: true,
50
});
51
console.log("✨ Telegram bot successfully launched and is running!");
0 commit comments