GSMArena scraper + minor code changes

This commit is contained in:
lucmsilva651 2024-09-06 21:56:19 -03:00
parent 4be9aa4aca
commit 6a61d86b6e
No known key found for this signature in database
GPG key ID: D9B075FC6DC93985
6 changed files with 471 additions and 3 deletions

1
bot.js
View file

@ -37,7 +37,6 @@ const sendMessage = async (ctx, text, options = {}) => {
}
};
// Função para iniciar o bot
const startBot = async () => {
try {
await bot.launch();