Skip to content

Commit fc8d9dc

Browse files
authored
/me improvements
1 parent b072827 commit fc8d9dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

unzipper/modules/commands.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -194,9 +194,9 @@ async def unban_user(_, message: Message):
194194

195195
@Client.on_message(filters.private & filters.command("me"))
196196
async def me_stats(_, message: Message):
197-
me_info = await _.ask(chat_id=message.message.chat.id, text="This is a WIP command that would allow you to get more stats about your utilisation of me 🤓\n\nSend anything :")
197+
me_info = await _.ask(chat_id=message.chat.id, text="This is a WIP command that would allow you to get more stats about your utilisation of me 🤓\n\nSend anything :")
198198
#r_message = query.message.reply_to_message
199-
await message.send_message(chat_id=message.message.chat.id, text=f"`{me_info}`")
199+
await _.send_message(chat_id=message.chat.id, text=f"`{me_info}`")
200200

201201
@Client.on_message(filters.command("user") & filters.user(Config.BOT_OWNER))
202202
async def info_user(_, message: Message):

0 commit comments

Comments
 (0)