Created
March 18, 2018 02:55
-
-
Save AL1L/6a2c38c26142520e11e013de1d630aa0 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
$hook = new DiscordWebhook($hook_url); | |
$hook->send('```php\n// Some php code\n```'); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment