Skip to content

Commit ef16484

Browse files
authored
Update discord.mdx
Amended to make it clear, through an additional step, that an App Icon must be added or user will be unable to add provider and receive 404 errors in logs.
1 parent 58ddf5e commit ef16484

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

pages/providers/discord.mdx

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,18 @@ import OAuth2Redirect from "../../components/snippets/oauth2redirect.tsx";
99
<Callout>
1010
This integration requires that you have **Manage Server** permissions on the Discord server you want to integrate with.
1111
</Callout>
12-
<Callout>
13-
This integration currently requires an Icon on the Discord Side.
14-
</Callout>
1512

1613
<Steps>
1714
### Create a Discord Application
1815
Login to Discord on the web, and then go to the [Discord Developer Portal](https://discord.com/developers/applications) and click on "New Application".
1916
![New Application](./discord_create_app.png)
2017

18+
### Add an App Icon
19+
20+
![App Icon](./discord_add_app_icon.png)
21+
22+
Upload the App Icon of your choice (1024x1024px max) and save your changes. If you do not do this, you will get 404 errors in logs when trying to add the Discord channel in the Postiz web interface.
23+
2124
### Get and set your **Client ID** and **Client Secret** to a safe place.
2225

2326
You can find this in the **OAuth2** section of the Discord Developer Portal.

0 commit comments

Comments
 (0)