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

View file

@ -57,7 +57,7 @@ module.exports = (bot) => {
parse_mode: 'Markdown',
reply_to_message_id: ctx.message.message_id
});
}, '', Strings.errorRetrievingStats); // No success message
}, '', Strings.errorRetrievingStats);
});
bot.command('setbotname', spamwatchMiddleware, async (ctx) => {