Results 6 comments of Michal Oravec

You can use bot for notify your channel as well. For example: ![image](https://user-images.githubusercontent.com/22096293/63888117-84d53a00-c9de-11e9-9440-eeca2f077818.png) In your config/services.php put and then set your .env file: ![image](https://user-images.githubusercontent.com/22096293/63888087-74bd5a80-c9de-11e9-9fdb-abdfe9d6bf6a.png) And you need follow this [instruction...

With node.js I don't have experience so I can't advise you with it.

Ok great, I think you can use second parameter of DiscordMessage::create($body, $embed), which is embed. And you can use it something like that: ![image](https://user-images.githubusercontent.com/22096293/63893567-d1bf0d80-c9ea-11e9-9c32-bd5c469c29af.png) There is documentation for this embed...

Create your own DiscordChannel class where just change this row https://github.com/laravel-notification-channels/discord/blob/master/src/DiscordChannel.php#L34 Like: ![image](https://user-images.githubusercontent.com/22096293/63938122-59952e00-ca64-11e9-9070-9e3c8c792f6c.png)

You have to extend the original class `NotificationChannels\Discord\DiscordChannel` ```

Fix that please, it's really annoying....