Pick a template, paste your Discord credentials, hit deploy.
1. Create an application
Go to the Discord Developer Portal and click "New Application." Name it whatever you want.
2. Create a bot
Go to the Bot tab. Click "Reset Token" to generate a Bot Token. Copy it.
3. Enable Message Content Intent
Still on the Bot tab, scroll to Privileged Gateway Intents. Turn on Message Content Intent. Save. This lets the bot read @mentions.
4. Copy your credentials
Bot Token from the Bot tab. Application ID and Public Key from the General Information tab.
Your token is encrypted at rest with AES-GCM. We never store it in plaintext.