You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Copy file name to clipboardExpand all lines: pages/providers/discord.mdx
+6-3Lines changed: 6 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,15 +9,18 @@ import OAuth2Redirect from "../../components/snippets/oauth2redirect.tsx";
9
9
<Callout>
10
10
This integration requires that you have **Manage Server** permissions on the Discord server you want to integrate with.
11
11
</Callout>
12
-
<Callout>
13
-
This integration currently requires an Icon on the Discord Side.
14
-
</Callout>
15
12
16
13
<Steps>
17
14
### Create a Discord Application
18
15
Login to Discord on the web, and then go to the [Discord Developer Portal](https://discord.com/developers/applications) and click on "New Application".
19
16

20
17
18
+
### Add an App Icon
19
+
20
+

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
+
21
24
### Get and set your **Client ID** and **Client Secret** to a safe place.
22
25
23
26
You can find this in the **OAuth2** section of the Discord Developer Portal.
0 commit comments