Skip to content

Commit

Permalink
Update helper.php
Browse files Browse the repository at this point in the history
  • Loading branch information
zteeed authored Mar 20, 2022
1 parent 26612b6 commit f2c510d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helper.php
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ public function set_payload_text ( $event ) {
if ( $summary ) $description .= "\n" . $lang['summary'] . ": " . $summary;
}

$footer = array ( "text" => "Dokuwiki DiscordNotifier v1.2.1" );
$footer = array ( "text" => "Dokuwiki DiscordNotifier v1.2.2" );
$payload = array ( "embeds" =>
array (
["title" => $title, "color" => $embed_color, "description" => $description, "footer" => $footer]
Expand Down

0 comments on commit f2c510d

Please # to comment.