Skip to content

Commit 296aab0

Browse files
authored
Merge pull request #130 from sym0nd0/main
Updating Discord docs
2 parents 3d50c83 + ef16484 commit 296aab0

File tree

2 files changed

+6
-3
lines changed

2 files 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.
7.21 KB
Loading

0 commit comments

Comments
 (0)