Getting started with GuildCore
Get your server running in minutes. Follow these steps in order — they build on each other.
/cmds, or browse the Commands page for details.
👤 1) Sign up — tell the bot who you are
/signupSecurely link your Discord to your Roblox account via Roblox’s official flow. This is required so the bot can recognize you and apply the right permissions.
- Run
/signupin a server where the bot is installed. - Approve the Roblox confirmation page and return to Discord.
- If your Roblox details change later, run
/update.
🛠️ 2) Create your guild profile — /setup
/setupCreates a database profile for your server and links it to your Roblox group. Without this, most guild commands won’t run.
- Grab your Roblox Group ID (the number in the group URL).
- Run
/setupand paste the Group ID when asked. - After setup, the bot can store configs, manage bindings, track XP, and more.
/setup anytime to change the linked group.✅ 3) Verification role — who the bot can manage
/verifyThe verify role separates verified members from guests. The bot only manages verified + signed‑up members.
- Default role:
GuildCoreVerified. Change with/setverifyrole. - Members run
/signupand then/verifyto receive the role.
🚀 4) Core commands you'll use often
/updateUpdate your GuildCore profile (server-side view) based on your current Roblox group roles and profile.
- Use when your Roblox role changes in the group.
- Keeps your server permissions in sync with Roblox.
/bindLink a Discord role to a Roblox requirement (e.g., a specific group rank or division).
- After binding, eligible members receive the role on next
/update. - Only signed‑up and verified members are managed.
/update. Remove with /unbind./viewbindsReview the active bindings and confirm each role’s source requirement.
- Great for audits and troubleshooting unexpected role assignments.
/bind or /unbind to make changes./unbindRemove a binding cleanly. The next /update will reflect the change across members using it.
/update after unbinding./permissionsConfigure who can run powerful commands in your server.
- Delegate actions to officers by Discord role or keep them restricted to admins.
/statusQuick health check for your guild profile: link state, selected Roblox bot, and basic diagnostics.
/websiteGet the website link for quick reference and sharing.
/cmdsDM yourself a categorized list of commands. Perfect for discovering what's available.
📋 Checklist: From zero to working
- 1Run
/signupto link your identity. - 2Run
/setupwith your Roblox Group ID to create the guild profile. - 3Pick a verify role or set one via
/setverifyrole. Ask members to run/signupand/verify. - 4Create bindings with
/bindand review them with/viewbinds.