From 78e98c4a03fe05089db4005086b6015c22c2a3eb Mon Sep 17 00:00:00 2001 From: Mathieu Piot Date: Tue, 1 Sep 2020 19:03:52 +0200 Subject: [PATCH 1/2] Add Discord notifier recipe --- symfony/discord-notifier/5.2/manifest.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 symfony/discord-notifier/5.2/manifest.json diff --git a/symfony/discord-notifier/5.2/manifest.json b/symfony/discord-notifier/5.2/manifest.json new file mode 100644 index 00000000..e6b94fab --- /dev/null +++ b/symfony/discord-notifier/5.2/manifest.json @@ -0,0 +1,5 @@ +{ + "env": { + "#1": "DISCORD_DSN=discord://TOKEN@default?channel=ID" + } +} From 3b7021c2acca3610d12223df60197b0b60a4579f Mon Sep 17 00:00:00 2001 From: Mathieu Piot Date: Fri, 25 Sep 2020 18:21:34 +0200 Subject: [PATCH 2/2] Rename channel to webhook_id --- symfony/discord-notifier/5.2/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/symfony/discord-notifier/5.2/manifest.json b/symfony/discord-notifier/5.2/manifest.json index e6b94fab..197c7d8b 100644 --- a/symfony/discord-notifier/5.2/manifest.json +++ b/symfony/discord-notifier/5.2/manifest.json @@ -1,5 +1,5 @@ { "env": { - "#1": "DISCORD_DSN=discord://TOKEN@default?channel=ID" + "#1": "DISCORD_DSN=discord://TOKEN@default?webhook_id=ID" } }