tgoop.com/SaiedArchives/239
Last Update:
$set = str_replace("انشاء اوامر
","",$text);
if($text == "انشاء اوامر
$set"){
$ex = explode("\n",$set);
foreach($ex as $ex1){
$ex2 = explode(" - ",$ex1);
$Commands[] = ['command'=>$ex2[0],'description'=>$ex2[1]];
}
bot('setMyCommands',[
'commands'=>json_encode($Commands)
]);
bot('sendmessage',[
'chat_id'=>$chat_id,
'text'=>"*تم اضافة الاوامر بنجاح ✅*",
'reply_to_message_id'=>$message->message_id,
'parse_mode'=>"MarkDown"
]);
}
if($text == "اوامر البوت"){
$getMyCommands = bot('getMyCommands');
foreach($getMyCommands->result as $Commands){
$MyCommands .= "*".$Commands->command." - ".$Commands->description."*\n";
}
bot('sendmessage',[
'chat_id'=>$chat_id,
'text'=>"*اوامر البوت هي 📃*
$MyCommands",
'reply_to_message_id'=>$message->message_id,
'parse_mode'=>"MarkDown"
]);
}
if($text == "حذف اوامر البوت"){
bot('setmyCommands');
bot('sendmessage',[
'chat_id'=>$chat_id,
'text'=>"*تم حذف اوامر البوت بنجاح ✅*",
'reply_to_message_id'=>$message->message_id,
'parse_mode'=>"MarkDown"
]);
}
- كود انشاء اوامر (Commands) للبوت الخاص بك ، 🤖
- طريقة الاستخدام :👇
للانشاء :
انشاء اوامر
php - هذا امر php
start - هذا امر ستارت
لمعرفة الاوامر :
اوامر البوت
لحذف الاوامر :
حذف اوامر البوت
- اضغط على الكود للنسخ ، 🔘
- #كتابتي ، 🌚
- تريد تنقل اذكر المصدر ، 🔰
- By : @SAEEDFiles
BY ارشيف
Share with your friend now:
tgoop.com/SaiedArchives/239