You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# Discord notification channel for Laravel 5.3[WIP]
1
+
# Discord notification channel for Laravel 5.3
2
2
3
3
[](https://packagist.org/packages/laravel-notification-channels/discord)
@@ -140,6 +140,7 @@ class GameChallengeNotification extends Notification
140
140
### Available Message methods
141
141
142
142
*`body(string)`: Set the content of the message. ([Supports basic markdown](https://support.discordapp.com/hc/en-us/articles/210298617-Markdown-Text-101-Chat-Formatting-Bold-Italic-Underline-))
143
+
*`embed(array)`: Set the embedded content. ([View embed structure](https://discordapp.com/developers/docs/resources/channel#embed-object))
0 commit comments