GSMArena scraper + minor code changes
This commit is contained in:
parent
4be9aa4aca
commit
6a61d86b6e
6 changed files with 471 additions and 3 deletions
|
@ -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) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue