Setup
Getting the assistant into your server: create a bot in Discord, copy two credentials, paste them into AI SmartTalk, invite the bot, then pick the channels it answers in. About 10 minutes end to end.
Step 1 — Create a Discord bot
- Go to the Discord Developer Portal and sign in.
- Click New Application, give it a name (this will be the bot's display name).
- In the left menu, click Bot → Add Bot.
- Under Privileged Gateway Intents, enable:
- Message Content Intent (required so the bot can read messages)
- Server Members Intent (optional, useful for member-aware flows)
- Click Reset Token and copy the token — you'll paste it into AI SmartTalk in a moment. Treat this token like a password; anyone with it can control your bot.