Add labymod/discord-webhook-bundle (#1345)

* Add labymod/discord-webhook-bundle

* Fix config location

* Update docs link
This commit is contained in:
Jan
2022-02-19 10:32:13 +01:00
committed by GitHub
parent 4573dbd825
commit aa37b85429
3 changed files with 22 additions and 0 deletions
@@ -0,0 +1,3 @@
discord_webhook:
default_url: '%env(DWH_DEFAULT_URL)%'
clients: { }
@@ -0,0 +1,11 @@
{
"bundles": {
"DiscordWebhookBundle\\DiscordWebhookBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"env": {
"DWH_DEFAULT_URL": ""
}
}
@@ -0,0 +1,8 @@
* <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</>