Skip to content

Commit

Permalink
Update pm_filter.py
Browse files Browse the repository at this point in the history
  • Loading branch information
CyniteOfficial authored Jul 16, 2022
1 parent 7810228 commit 5a7337e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/pm_filter.py
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,7 @@ async def cb_handler(client: Client, query: CallbackQuery):
InlineKeyboardButton('CARBON', callback_data='carbon')
],[
InlineKeyboardButton('๐Ÿ  ๐—›๐—ผ๐—บ๐—ฒ ๐Ÿ ', callback_data='start'),
InlineKeyboardButton('โšš ๐—ฆ๐˜๐—ฎ๐˜๐˜€ โšš', callback_data='stats')
InlineKeyboardButton('โšš ๐—ฆ๐˜๐—ฎ๐˜s โšš', callback_data='stats')
]]
reply_markup = InlineKeyboardMarkup(buttons)
await query.message.edit_text(
Expand Down

0 comments on commit 5a7337e

Please sign in to comment.