diff options
Diffstat (limited to 'jobs/FrontersNotification.php')
-rw-r--r-- | jobs/FrontersNotification.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jobs/FrontersNotification.php b/jobs/FrontersNotification.php index ebe9213..c092eec 100644 --- a/jobs/FrontersNotification.php +++ b/jobs/FrontersNotification.php @@ -74,7 +74,7 @@ if (count($fronters["members"]) > 1) { "Tags: switch\r\n" . "Actions: view, View on PluralKit, https://dash.pluralkit.me/profile/s/" . $system . ", clear=true\r\n" . "Authorization: Basic " . base64_encode($ntfy["user"] . ":" . $ntfy["password"]), - 'content' => formatPonypush("The fallback pony switched in just now") + 'content' => formatPonypush("$name now does not have a member at front") ] ]); } |