You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ifVar.ALLOWED_USERSandnot ((str(m.from_user.id) inVar.ALLOWED_USERS) or (m.from_user.usernameinVar.ALLOWED_USERS)):
13
-
awaitm.reply("You are not in the allowed list of users who can use me. Check <a href='https://github.com/EverythingSuckz/TG-FileStreamBot#optional-vars'>this link</a> for more info.")
13
+
returnawaitm.reply(
14
+
"You are not in the allowed list of users who can use me. \
15
+
Check <a href='https://github.com/EverythingSuckz/TG-FileStreamBot#optional-vars'>this link</a> for more info.",
16
+
disable_web_page_preview=True, quote=True
17
+
)
14
18
awaitm.reply(
15
19
f'Hi {m.from_user.mention(style="md")}, Send me a file to get an instant stream link.'
0 commit comments