Skip to content

Commit 32f075d

Browse files
author
AffanTheBest
committed
Change statistics to stats
1 parent 77fde32 commit 32f075d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bot.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ bot.command('users', async ctx => {
100100
ctx.reply(users, {parse_mode: "HTML"});
101101
}
102102
})
103-
bot.command('statistics', async ctx => {
103+
bot.command('stats', async ctx => {
104104
const users = await manageUsers({}, 'read');
105105
const products = await manageProducts({}, 'read');
106106
ctx.reply(`Total Users: ${users.result.length}\nTotal Products: ${products.result.length}`);

0 commit comments

Comments
 (0)