Skip to content
This repository was archived by the owner on May 15, 2021. It is now read-only.

Commit

Permalink
fixed deepsouce
Browse files Browse the repository at this point in the history
  • Loading branch information
code-rgb committed Nov 9, 2020
1 parent 115b27c commit 412cb89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion userge/plugins/bot/spoiler.py
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ async def get_spoiler_link(_, c_q: CallbackQuery):
pass

@userge.bot.on_callback_query(filters.regex(pattern=r"^nobtnspoiler([\S]+)$"))
async def get_spoiler_link(_, c_q: CallbackQuery):
async def nobtnspoiler_(_, c_q: CallbackQuery):
u_id = c_q.from_user.id
u_name = c_q.from_user.first_name
if u_id != Config.OWNER_ID and u_id not in Config.SUDO_USERS:
Expand Down

1 comment on commit 412cb89

@vercel
Copy link

@vercel vercel bot commented on 412cb89 Nov 9, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.