mirror of
https://github.com/Mestima/GM-Discord.git
synced 2025-05-06 06:10:13 +00:00
Merge pull request #3 from RanchTheDeer/patch-1
Updated request.php to fix results not retrieving
This commit is contained in:
commit
0ed0aea5d9
@ -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;
|
||||
?>
|
Loading…
x
Reference in New Issue
Block a user