Discord Bot Setup#
Before using Notist’s DiscordNotifier, you must create and configure a Discord bot:
Create an application
Go to https://discord.com/developers/applications and click “New Application”.
Add a Bot user & get the token
In the left sidebar, go to “Bot”, then copy the token.
Invite your Bot to a server
In the left sidebar, go to “OAuth2” → “URL Generator”.
Under “SCOPES”, check “bot”
Under “BOT PERMISSIONS”, check “Send Messages”
Copy the generated URL and visit it to add the Bot to your server.
Warning
This procedure was verified on June 08, 2025. For the most up-to-date instructions, please refer to the official Discord documentation.