mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-17 18:16:46 +03:00
* Add labymod/discord-webhook-bundle * Fix config location * Update docs link
9 lines
524 B
Plaintext
9 lines
524 B
Plaintext
* <fg=blue>Getting started</> with Discord webhooks:
|
|
1. Open up your <comment>.env</> file and set the default webhook URL
|
|
2. Optional: Start creating additional clients in <comment>config/discord_webhook.yaml</>
|
|
3. Start using webhooks!
|
|
|
|
* <fg=blue>Read</> the documentation:
|
|
1. For the Bundle: <comment>https://github.com/LabyMod/discord-webhook-bundle/blob/master/README.md</>
|
|
2. For using and configuring the webhooks: <comment>https://github.com/LabyMod/discord-webhook/blob/master/README.md</>
|