-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Rocco A edited this page Sep 9, 2026
·
3 revisions
Welcome to the Umbra documentation. Umbra provides a packaged desktop GUI and a responsive terminal UI for configuring, running, and monitoring the bot.
- Download the build for your operating system from GitHub Releases.
- Open Umbra and enter your Discord application token.
- Review the command and message settings, then select Save settings.
- Select Start bot. Use the same button to stop it.
The TUI is currently available from a source checkout:
git clone https://github.com/Umbra-Development/Discord-Raid-External-Bot.git
cd Discord-Raid-External-Bot
uv sync
uv run cliIt loads the same configuration as the GUI and attempts to start the bot when it opens. Use the Config view if a token or other setting still needs to be entered.
See Using Umbra for complete GUI and TUI instructions, or the FAQ for common setup and troubleshooting questions.