Skip to content

Discord Bot

Audionut edited this page Jun 13, 2025 · 1 revision

The discord bot can send notifications about UA progress to a discord channel. Currently, the notifications are limited too a UA process starting, which sites succeeded and which sites failed to upload, and UA process finished.

Apart from turning the bot on and off, the only other option currently is whether or not the bot should only post notifications during unattended processing. See the bottom of the example-config for config options.

This wiki will only give a brief overview that may help you create and setup a discord bot. There are some (outdated) steps that can be followed at the python bot docs: https://discordpy.readthedocs.io/en/latest/discord.html

I also recommend reading the excellent Requestrr wiki: https://github.com/thomst08/requestrr/wiki/Connecting-the-bot-to-Discord

The bot token can be found on the BOT page in your discord dev overview: The bot also requires Message Content Intent enabled. I also recommend to disable the Public Bot option so that you have full control over what channels the bot can be added too. Screenshot 2025-06-11 163833

The discord channel id can be found by right clicking a channel and selecting copy channel id.

Screenshot 2025-06-11 165249

Example: Screenshot 2025-06-11 165511

Clone this wiki locally