This commit is contained in:
2026-01-12 16:30:16 +03:00
parent 78692a89a0
commit c6faa19cb0
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -144,7 +144,7 @@ async function main() {
await UserStore.put(botUser);
await bot.startPolling();
console.log(`Bot started!`);
console.log("Bot started!");
} catch (error) {
console.error(error);
}