Home Features FAQ Docs Support
Command Store Premium

NexusBot Documentation

Everything you need to know about NexusBot and how to build your own custom Discord commands — written to be easy to follow for humans, and easy to read for AI assistants.

NexusBot supports both legacy text commands (with !) and modern slash commands (/) — some features are available in both formats side by side.

Getting Started

NexusBot is an all-in-one Discord bot for community management: moderation, welcome messages, leveling, and fully custom commands, all configured through a web dashboard (no coding required for the basics).

  1. Click "Add to Discord" on the homepage and authorize NexusBot for your server.
  2. Log in to the web dashboard and select your server from "My Servers".
  3. Open the "Commands" page in the sidebar to see, create, or edit custom commands.
  4. Use the "Command Store" to browse and import commands other communities have already built and shared.

Browse by Category

Every command NexusBot offers, grouped by what it's for.

Frequently Asked Questions

NexusBot is an all-in-one Discord bot for community management, moderation, and engagement, configured through a fast web dashboard. It includes moderation tools, welcome messages, a leveling system, and a fully custom command builder.
Click the "Add to Discord" button on the NexusBot homepage, log in with Discord, select your server, and authorize the requested permissions. You'll be redirected to the dashboard to start configuring it.
Open the dashboard, select your server, go to the "Commands" page, and click "Create New Command". Choose a trigger name and match type, write the response (optionally using {variable} placeholders), set an optional cooldown, and save.
They are special tokens like {user}, {mention}, {args}, {load[id][key]}, or {if(condition)[a][b]} that NexusBot replaces with live data or logic when a command runs. The full list is grouped by category on this page under "Variables & Functions Reference".
No. Most commands are just plain text with a few {variable} placeholders mixed in, following the examples on this page. The dashboard's command editor also has a built-in "NexusBot AI" assistant (the sparkle button) that can write, fix, or explain command code for you if you'd rather describe what you want in plain language.
"start" triggers when a message begins with the trigger text, "anywhere" triggers when the text appears anywhere in the message, and "end" triggers when the message ends with it.
Yes. Use the "Publish to Store" option in the command editor to share a command publicly, and other server owners can discover and import it from the Command Store.