From 0137457dbf26f8180332fa73ff0adc673f341c38 Mon Sep 17 00:00:00 2001 From: Chris Caron Date: Fri, 10 Jul 2020 14:51:01 -0400 Subject: [PATCH] discord:/// reference changed to discord:// --- Notify_discord.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Notify_discord.md b/Notify_discord.md index 0a549e0..ff962bd 100644 --- a/Notify_discord.md +++ b/Notify_discord.md @@ -47,10 +47,10 @@ Send a discord notification: ```bash # Assuming our {WebhookID} is 4174216298 # Assuming our {WebhookToken} is JHMHI8qBe7bk2ZwO5U711o3dV_js -apprise discord:///4174216298/JHMHI8qBe7bk2ZwO5U711o3dV_js +apprise discord://4174216298/JHMHI8qBe7bk2ZwO5U711o3dV_js ``` If you want to have your own custom avatar URL you're already hosting from another website, you could set the following: ```bash -apprise discord:///4174216298/JHMHI8qBe7bk2ZwO5U711o3dV_js?avatar_url=https://i.imgur.com/FsEpmwg.jpeg +apprise discord://4174216298/JHMHI8qBe7bk2ZwO5U711o3dV_js?avatar_url=https://i.imgur.com/FsEpmwg.jpeg ```