Skip to content

Commit

Permalink
Merge pull request #2 from rich1888/patch-1
Browse files Browse the repository at this point in the history
Change link key to url
  • Loading branch information
BSN4 authored Aug 26, 2020
2 parents 450b01c + 2de5984 commit a8b7a3a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Channels/DiscordWebhookChannel.php
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ protected function embeds(DiscordMessage $message)
'color' => $embed->color,
'title' => $embed->title,
'description' => $embed->description,
'link' => $embed->url,
'url' => $embed->url,
'thumbnail' => $embed->thumbnail,
'image' => $embed->image,
'footer' => $embed->footer,
Expand All @@ -111,4 +111,4 @@ protected function embedFields(DiscordEmbed $embed)
return ['name' => $key, 'value' => $value, 'inline' => true];
})->values()->all();
}
}
}

0 comments on commit a8b7a3a

Please sign in to comment.