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
10 changes: 5 additions & 5 deletions main.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
if(strpos($message, "/start") === 0){
if(!isBanned($userId) && !isMuted($userId)){

if($userId == $config['adminID']){
if($userId == $config['@kay8181']){
$messagesec = "<b>Type /admin to know admin commands</b>";
}

Expand All @@ -48,7 +48,7 @@
'reply_to_message_id'=> $message_id,
'reply_markup'=>json_encode(['inline_keyboard' => [
[
['text' => "💠 Created By 💠", 'url' => "t.me/ninjanaveen"]
['text' => "💠 Created By 💠", 'url' => "t.me/kay8181"]
],
[
['text' => "💎 Source Code 💎", 'url' => "t.me/IndianBotsChat"]
Expand Down Expand Up @@ -102,7 +102,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>",

'parse_mode'=>'html',
'disable_web_page_preview'=>true,
'reply_markup'=>json_encode(['inline_keyboard'=>[
Expand All @@ -124,7 +124,7 @@
<b>/bin | !bin</b> - Bin Lookup
<b>/iban | !iban</b> - IBAN Checker

<b>ϟ Join <a href='t.me/IndianBots'>IndianBots</a></b>",

'parse_mode'=>'html',
'disable_web_page_preview'=>true,
'reply_markup'=>json_encode(['inline_keyboard'=>[
Expand All @@ -133,4 +133,4 @@
]);
}

?>
?>