Adobo
BOT@Adobo#9968
Private Discord automation build with local administration, reusable embeds, and restricted custom commands.
Personal WIP / presentation only
This site presents the concept, architecture, and current build of Adobo BOT. It is not a public hosted bot, public install flow, or product offering.
What Is Adobo?
Adobo BOT is a personal Discord automation project by zxyandreay. This website presents what the project is and how it is structured; it does not provide public access, hosted bot installation, or a downloadable release.
The project brings together reusable Discord embeds, restricted YAGPDB-style custom commands, welcome-message automation, and per-server configuration through a React-based local dashboard.
Project Scope
These areas describe implemented or documented parts of the private build. They are not public onboarding or release documentation.
Embed tooling covers creation, editing, duplication, import, export, and preview for
Discord-compatible embeds with variables such as {user}, {server}, and
{arg:1}.
The local dashboard supports sending saved embeds through the running bot, updating existing bot-authored messages, and keeping later template edits separate from posted messages.
A separate Go runtime handles a documented YAGPDB-compatible subset with budgets, role and channel restrictions, cooldowns, logs, dry runs, and gated live tests.
The configuration model supports one bot application across multiple Discord servers while keeping templates, commands, welcome rules, stats, permissions, and toggles isolated.
Welcome-message automation links one saved embed template to a member-join rule, with Discord Server Members Intent required when the feature is enabled.
Local settings cover Discord credentials, bot profile, presence, command settings, runtime budgets, and dashboard access while secrets stay out of the browser response surface.
Architecture
Adobo's interesting engineering boundary is the split between the Discord-facing bot, the local admin tools, and the restricted runtime that executes custom-command logic.
Discord events and bot-authored actions stay with the Discord platform.
Owns the gateway connection, slash commands, message triggers, and action bridge.
Runs on loopback by default for setup, embeds, settings, and per-server workflows.
Executes restricted templates, stores configuration, and records command activity.
Private Administration
The documented local-first model keeps the dashboard on a private machine and uses localhost or SSH tunneling instead of opening API, dashboard, runtime, or bridge ports.
The browser does not receive the Discord token, the internal bearer secret, the raw Discord client, or unrestricted action payloads.
Custom commands do not get filesystem, process, shell, network, token, environment, or arbitrary JavaScript or Go execution APIs.
Current Status
Adobo BOT is maintained as a private self-hosted MVP and personal project. It is not a public hosted bot, public service, installable product, or public release.
Technical Snapshot
The public website remains static HTML, CSS, and a small same-origin JavaScript file. It does not depend on the dashboard build pipeline.
Legal
The Adobo BOT website still hosts the required Discord application legal URLs as direct static pages.