From 78e98c4a03fe05089db4005086b6015c22c2a3eb Mon Sep 17 00:00:00 2001 From: Mathieu Piot Date: Tue, 1 Sep 2020 19:03:52 +0200 Subject: [PATCH] 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" + } +}