💯
# hi 💯
# hi Hello yes ok nope?
I hereby claim:
To claim this, I am signing this object:
| <?php | |
| function webhook($webhook, $url, $title, $description, $embedColor, $footerIcon, $footerText, $authorName, $iconUrl, $botName, $botAvatar, $content) { | |
| if(isset($embedColor)) { | |
| if(strpos($embedColor, "#") > -1) { | |
| $c=str_replace("#", "", $embedColor); | |
| if (!preg_match("/#([a-fA-F0-9]{3}){1,2}\b/", $c)) { | |
| $color = hexdec( strtolower($c) ); | |
| } | |
| } | |
| } else { |