Two options
| Option | When to use it | Token |
|---|---|---|
| Dedicated bot (merchant_bot) | You want full control and a bot under your store identity | You enter it once — never shown again |
| Shared platform bot (platform_bot) | You do not want to manage a token | Not visible to merchant — only invite the shared bot |
Shared platform bot
- Select "Shared platform bot" and save.
- Use the invite link shown in the dashboard.
- Enter Guild ID and click verify — no token paste needed.
Reading the admin channel from FiveM scripts may require a dedicated bot — see bootstrap.
Dedicated bot
- Create an application in Discord Developer Portal.
- Enable required intents (Members if role linking is needed).
- Copy the Bot Token — paste it once in dashboard and save.
- Invite the bot with permissions for send messages, embed links, and manage channels (for tickets).
Security Never share your token in public Discord channels or GitHub. If leaked, regenerate it in Discord and save the new one in dashboard.