Update webhooktool.php

This commit is contained in:
Namhyeon Go 2019-05-25 20:29:52 +09:00 committed by GitHub
parent c85de7f257
commit 4819a19eac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,7 +14,7 @@ if(!check_function_exists("send_web_hook")) {
function send_web_hook($message, $networkid, $options=array()) {
$response = false;
$id = get_value_in_array("id", $options, "");
$username = get_value_in_array("username", $options, "ReasonableFramework Bot");
$username = get_value_in_array("username", $options, "ReasonableBot");
switch($networkid) {
case "nateon":