File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -107,11 +107,11 @@ With a Discord message, you can use the
107
107
:class: `Symfony\\ Component\\ Notifier\\ Bridge\\ Discord\\ DiscordOptions ` to add
108
108
some interactive options called `Embed elements `_::
109
109
110
+ use Symfony\Component\Notifier\Bridge\Discord\DiscordOptions;
110
111
use Symfony\Component\Notifier\Bridge\Discord\Embeds\DiscordEmbed;
111
112
use Symfony\Component\Notifier\Bridge\Discord\Embeds\DiscordFieldEmbedObject;
112
113
use Symfony\Component\Notifier\Bridge\Discord\Embeds\DiscordFooterEmbedObject;
113
114
use Symfony\Component\Notifier\Bridge\Discord\Embeds\DiscordMediaEmbedObject;
114
- use Symfony\Component\Notifier\Bridge\Discord\DiscordOptions;
115
115
use Symfony\Component\Notifier\Message\ChatMessage;
116
116
117
117
$chatMessage = new ChatMessage('');
You can’t perform that action at this time.
0 commit comments