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

Slash Command

Used via Discord’s slash (/) interface. These commands provide autocomplete and validation.

/ping
MESSAGE

Message Command

Triggered by sending a normal message, usually with a prefix.

ns.ping
HYBRID

Hybrid Command

Can be used both as a slash command and as a message command.

/ping or ns.ping

Usage Section

The usage block shows the correct syntax for running a command.

/ping [user]
  • 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

Send MessagesEmbed Links

User Permissions

Manage MessagesAdministrator

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.