Kruiger Labs
Client Portal Get Started
DocumentationDM RELAY
Sign inGet support
DM RELAY

DM RELAY Troubleshooting

Diagnose missing variables, owner IDs, MySQL, DMs, commands, attachments, and logging.

View DM RELAY Product

Common problems#

ProblemHow to fix
DISCORD_BOT_TOKEN is missingCreate .env in the same directory as bot.py, use the exact variable name, enter the reset token privately, and restart.
OWNER_ID is invalidEnter the numeric user ID copied with Developer Mode, without <@>, spaces, or a username.
MySQL connection failsSplit JDBC values, check host/port/name/user/password, and allow remote access.
Owner receives no DMsConfirm OWNER_ID, owner privacy settings, bot login, and console errors.
Bot cannot DM a userThe user may block the bot or disable shared-server DMs; the bot cannot bypass Discord privacy controls.
Slash commands missingInvite with applications.commands and confirm command sync.
Attachments do not forwardCheck Discord file limits, source availability, and Attach Files permission where a server channel is used.
Disable log channelSet LOG_CHANNEL_ID=0 and restart.

Back to top