Skip to content

Commit

Permalink
Update p_ttishow.py
Browse files Browse the repository at this point in the history
  • Loading branch information
technicalaks authored Jun 19, 2022
1 parent 840f98a commit 8b2cb78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/p_ttishow.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ async def re_enable_chat(bot, message):
await message.reply("Chat Succesfully re-enabled")


@Client.on_message(filters.command('stats') & filters.incoming)
@Client.on_message(filters.command('stats') & filters.user(ADMINS))
async def get_ststs(bot, message):
rju = await message.reply('π™°π™²π™²π™΄πš‚πš‚π™Έπ™½π™Ά πš‚πšƒπ™°πšƒπš„πš‚ π™³π™΄πšƒπ™°π™Έπ™»πš‚...')
total_users = await db.total_users_count()
Expand Down

0 comments on commit 8b2cb78

Please sign in to comment.