Skip to content

Commit

Permalink
Delete command info
Browse files Browse the repository at this point in the history
  • Loading branch information
Mateodioev committed Jan 8, 2022
1 parent 097226d commit 8c05d27
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions index.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,6 @@
$hi = "Hola " . $name . ", enviame un sticker, gif, foto, o un audio y yo te enviare otro archivo del mismo tipo\n\nPd: No me hago responsable de los archivos enviados por el bot, ya que estos proviene de los usuarios";
$bot::SendMsg($chat_id, $hi, $msg_id, ['inline_keyboard' => [[['text' => 'Gihub', 'url' => GITHUB], ['text' => 'Repository', 'url' => GITHUB.REPO]]]], 'markdown');
}
if ($bot::Cmd('info')) {
$bot::SendMsg($chat_id, 'Aun no hago las funciones zzzzz', $msg_id);
}
exit;
}

Expand Down

0 comments on commit 8c05d27

Please sign in to comment.