Skip to main content

Overview

These commands handle day-to-day member management tasks — removing disruptive users, enforcing nickname policies, and toggling roles. Like all moderation commands in pom, they enforce role hierarchy to prevent misuse.

Kick

Remove a member from the server. Unlike banning, kicked members can rejoin immediately if they have an invite link.
,kick <member> [reason]
ParameterTypeRequiredDescription
memberUser mentionYesThe member to kick
reasonTextNoReason for the kick, recorded in the audit log

Safety Checks

  • Your highest role must be above the target’s highest role
  • You cannot kick yourself or the server owner
  • pom must have Kick Members permission and a role above the target
You need the Kick Members permission to use this command.

Nickname

Change or reset a member’s server nickname.
,nick <member> <new_nickname>
,nick <member>
ParameterTypeRequiredDescription
memberUser mentionYesThe member whose nickname to change
new_nicknameTextNoThe new nickname. Omit to reset to their username
You need the Manage Nicknames permission to use this command.
Run ,nick @user without a new name to reset their nickname back to their default username.

Role

Toggle a role on or off for a member. If the member already has the role, it’s removed. If they don’t have it, it’s added.
,role <member> <role>
ParameterTypeRequiredDescription
memberUser mentionYesThe member to modify
roleRole mention or nameYesThe role to add or remove
You need the Manage Roles permission, and the role you’re assigning must be below your highest role in the hierarchy.
This is a toggle command — running it twice on the same member removes the role. Use it for quick VIP assignments, color roles, or temporary access grants.