Try test
Browse files- chatbot/plugins/chat.py +0 -2
chatbot/plugins/chat.py
CHANGED
@@ -186,8 +186,6 @@ async def cancel_(client, callback_query):
|
|
186 |
& ~filters.forwarded
|
187 |
)
|
188 |
async def startbot(client: Client, message: Message):
|
189 |
-
if message.from_user.id in NOT_ALLOWED_NON_PROGRAMMER:
|
190 |
-
return
|
191 |
buttons = [
|
192 |
[
|
193 |
InlineKeyboardButton(
|
|
|
186 |
& ~filters.forwarded
|
187 |
)
|
188 |
async def startbot(client: Client, message: Message):
|
|
|
|
|
189 |
buttons = [
|
190 |
[
|
191 |
InlineKeyboardButton(
|