discord:/// reference changed to discord://

master
Chris Caron 2020-07-10 14:51:01 -04:00
parent b56116fe08
commit 0137457dbf
1 changed files with 2 additions and 2 deletions

@ -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
```