Skip to content

Commit

Permalink
Create bot.php
Browse files Browse the repository at this point in the history
  • Loading branch information
rapdodge authored Jan 5, 2020
1 parent 49ded2c commit 21342ff
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions bot.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?php
define('RA', true);
require_once 'fungsi.php';
require_once 'proses.php';
$entityBody = file_get_contents('php://input');
$message = json_decode($entityBody, true);
prosesApiMessage($message);
?>

0 comments on commit 21342ff

Please sign in to comment.