Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions source/black.lua
Original file line number Diff line number Diff line change
Expand Up @@ -17596,7 +17596,7 @@ local CmdStart = '\n※ مرحبا انا بوت '..(Redis:get(Fast.."Name:Bot")
'\n※ كما احتوي ايضا علي مميزات خدميه'..
'\n※ للتفعيل اضفني مشرف في مجموعتك'..
'\n※ وبعدها قم بكتابه كلمه تفعيل'..
'\n※ لفتح كيبورد الاعضاء: /keb '..''
'\n※ لفتح كيبورد الاعضاء: /Turbo '..''
local reply_markup = LuaTele.replyMarkup{type = 'inline',data = {
{{text = 'مطور البوت', url = 't.me/'..UserSudo}, },
{{text = 'اضف البوت الى مجموعتك', url = 't.me/'..UserBot..'?startgroup=new'},},}}
Expand Down Expand Up @@ -17678,7 +17678,7 @@ local reply_markup = LuaTele.replyMarkup{type = 'keyboard',resize = true,is_pers
{{text = 'رجوع ※',type = 'text'},},}}
return LuaTele.sendText(msg_chat_id,msg_id,'※ اهلا بك مجددا عزيزي المطور \n※ اليك الازرار الخاصه ببوتك المثبت علئ لسورس تربو فقط اضغط على الامر الذي تريد تنفيذه', 'md', false, false, false, false, reply_markup)
end
if text == '/votlx' or text == '/keb' then
if text == '/votlx' or text == '/Turbo' then
Redis:sadd(Fast..'Num:User:Pv',msg.sender.user_id)
if not msg.DevelopersQ then
if not Redis:get(Fast.."Start:Bot") then
Expand Down