diff --git a/main.php b/main.php
index ed42a7f..3835621 100644
--- a/main.php
+++ b/main.php
@@ -32,7 +32,7 @@
if(strpos($message, "/start") === 0){
if(!isBanned($userId) && !isMuted($userId)){
- if($userId == $config['adminID']){
+ if($userId == $config['@kay8181']){
$messagesec = "Type /admin to know admin commands";
}
@@ -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"]
@@ -102,7 +102,7 @@
/apikey sk_live_xxx - Add SK Key for /schk gate
/myapikey | !myapikey - View the added SK Key for /schk gate
-ÏŸ Join IndianBots",
+
'parse_mode'=>'html',
'disable_web_page_preview'=>true,
'reply_markup'=>json_encode(['inline_keyboard'=>[
@@ -124,7 +124,7 @@
/bin | !bin - Bin Lookup
/iban | !iban - IBAN Checker
- ÏŸ Join IndianBots",
+
'parse_mode'=>'html',
'disable_web_page_preview'=>true,
'reply_markup'=>json_encode(['inline_keyboard'=>[
@@ -133,4 +133,4 @@
]);
}
-?>
\ No newline at end of file
+?>