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
25 changes: 12 additions & 13 deletions main.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,20 +38,19 @@

addUser($userId);
bot('sendmessage',[
'chat_id'=>$chat_id,
'text'=>"<b>Hello @$username,
'chat_id'=>$chat_id,Hey Welcome @$username,

Type /cmds to know all my commands!</b>
Si Quieres Conocer Mis Comandos Usa /cmds ♻️

Owner/Developer 't.me/MTXVM1'</b>


$messagesec",
'parse_mode'=>'html',
'reply_to_message_id'=> $message_id,
'reply_markup'=>json_encode(['inline_keyboard' => [
'reply_markup'=>json_encode(['inline_keyboard' =>
[
['text' => "💠 Created By 💠", 'url' => "t.me/ninjanaveen"]
],
[
['text' => "💎 Source Code 💎", 'url' => "t.me/IndianBotsChat"]
['text' => "🛠 SOPORTE 🛠", 'url' => "t.me/raistarsoporte"]
],
], 'resize_keyboard' => true])

Expand All @@ -66,7 +65,7 @@
if(!isBanned($userId) && !isMuted($userId)){
bot('sendmessage',[
'chat_id'=>$chat_id,
'text'=>"<b>Which commands would you like to check?</b>",
'text'=>"<b>👀Veo Que Quieres Conocer Mis Comandos</b>",
'parse_mode'=>'html',
'reply_to_message_id'=> $message_id,
'reply_markup'=>json_encode(['inline_keyboard'=>[
Expand All @@ -81,7 +80,7 @@
bot('editMessageText',[
'chat_id'=>$callbackchatid,
'message_id'=>$callbackmessageid,
'text'=>"<b>Which commands would you like to check?</b>",
'text'=>"<b>👀Veo Que Quieres Conocer Mis Comandos</b>",
'parse_mode'=>'html',
'reply_markup'=>json_encode(['inline_keyboard'=>[
[['text'=>"💳 CC Checker Gates",'callback_data'=>"checkergates"]],[['text'=>"🛠 Other Commands",'callback_data'=>"othercmds"]],
Expand All @@ -102,7 +101,7 @@
<b>/apikey sk_live_xxx - Add SK Key for /schk gate</b>
<b>/myapikey | !myapikey - View the added SK Key for /schk gate</b>

<b>ϟ Join <a href='t.me/IndianBots'>IndianBots</a></b>",
<b>ϟ Bot By: <a href='t.me/MTXVM1'>ϟ𝙈𝙏𝙓ϟ</a></b>",
'parse_mode'=>'html',
'disable_web_page_preview'=>true,
'reply_markup'=>json_encode(['inline_keyboard'=>[
Expand All @@ -124,7 +123,7 @@
<b>/bin | !bin</b> - Bin Lookup
<b>/iban | !iban</b> - IBAN Checker

<b>ϟ Join <a href='t.me/IndianBots'>IndianBots</a></b>",
<b>ϟ Bot by: <a href='t.me/MTXVM1'>ϟ𝙈𝙏𝙓ϟ</a></b>",
'parse_mode'=>'html',
'disable_web_page_preview'=>true,
'reply_markup'=>json_encode(['inline_keyboard'=>[
Expand All @@ -133,4 +132,4 @@
]);
}

?>
?>