Moderation Commands
- This is the list of our available moderation commands.
- These commands require appropriate permissions like
Manage Roles
,Manage Channels
, etc. mentioned below in each command.
addrole
Assigns a specified role to a user.
Usage: addrole <@user> <@role>
<@user>
: The user to whom the role will be assigned.<@role>
: The role to be assigned.
Example: ns.addrole @nsgpriyansu @ns creator
Manage Roles
createchannel
Creates a new text channel in the server with an optional description.
Usage: createchannel <channel_name> [description]
<channel_name>
: The name of the new channel.[description]
(optional): A brief description of the purpose of the channel.
Example: createchannel code-play-ground A place for creators thrive
Manage Channels
createrole
Creates a new role within the server.
Usage: createrole <role_name> <color> [permissions]
<role_name>
: The name of the new role to be created.<color>
: The color of the new role to be created.[permissions]
: The permissions of the new role to be created.
Example: ns.createrole creators #ffffff SendMessages
Manage Roles
, Manage Permissions
deletechannel
Deletes a specified channel from the server.
Usage: deletechannel <#channel>
<#channel>
: The channel to be deleted.
Example: deletechannel #old-play-ground
Manage Channels
deleteemoji
Removes an existing emoji from the server.
Usage: deleteemoji <emoji>
<emoji>
: The emoji to be removed.
Example: ns.deleteemoji :unhappy:
Manage Emojis
deleterole
Removes a specified role from the server.
Usage: deleterole <role>
<role>
: The role to be deleted.
Example: ns.deleterole gg-devs
Manage Roles
removerole
Removes a specified role from a user.
Usage: removerole <user> <role>
<user>
: The user from whom the role will be removed.<role>
: The role to be removed.
Example: ns.removerole @xevy old-friend
Manage Roles
updateemoji
Updates the name of an existing emoji within the server.
Usage: updateemoji <old_name> <new_name>
<old_name>
: The current name of the emoji.<new_name>
: The desired new name for the emoji.
Example: ns.updateemoji :smile: :happy:
Manage Emojis