Documentation Overview
Learn how to read and understand nsCore command documentation.
Command Types
Each command in nsCore is categorized by how it can be used in Discord.
Slash Command
Used via Discord’s slash (/) interface. These commands provide autocomplete and validation.
Message Command
Triggered by sending a normal message, usually with a prefix.
Hybrid Command
Can be used both as a slash command and as a message command.
Usage Section
The usage block shows the correct syntax for running a command.
- Required arguments appear without brackets.
- Optional arguments appear inside square brackets.
- Slash commands will show hints directly in Discord.
Required Permissions
Some commands require special permissions to function correctly.
Bot Permissions
User Permissions
If either the bot or the user lacks required permissions, the command may fail.
Examples
Example images show how a command behaves inside Discord.
- Examples help you verify correct usage.
- They may include bot responses or embeds.
- Not all commands require examples.
Navigating the Docs
Use the sidebar to browse command categories such as General, Info, and Moderation. Each command has its own dedicated page.