diff --git a/web/request.php b/web/request.php index dc71d12..3b05cec 100644 --- a/web/request.php +++ b/web/request.php @@ -20,6 +20,6 @@ $channel = $_GET['channel']; $token = $_GET['token']; - $result = file_get_contents_utf8("https://discordapp.com/api/channels/" . $channel . "/messages?token=" . $token); + $result = file_get_contents_utf8("https://discordapp.com/api/channels/" . $channel . "/messages?token=Bot%20" . $token); echo $result; -?> \ No newline at end of file +?>