Building
Logs and troubleshooting
The usual failure modes and how to fix each one.
The Logs tab records command runs, automation executions and runtime errors with timestamps.
Command not showing — reinvite the bot with the
Missing permissions — the bot's role must sit above the roles it manages and have the needed channel permissions.
Nothing happens on a button — the component has no action attached, or the workflow is disabled.
Bot offline — the token was reset in Discord; paste the new one in Settings and restart.
Message not sent — check the target channel still exists and the bot can see it.
Rate limited — Discord throttles bursts; add a wait node between rapid actions.
Command not showing — reinvite the bot with the
applications.commands scope, and wait for global propagation.Missing permissions — the bot's role must sit above the roles it manages and have the needed channel permissions.
Nothing happens on a button — the component has no action attached, or the workflow is disabled.
Bot offline — the token was reset in Discord; paste the new one in Settings and restart.
Message not sent — check the target channel still exists and the bot can see it.
Rate limited — Discord throttles bursts; add a wait node between rapid actions.