$ban

Bans a user from the server.

Usage:

$ban[userID;reason;messages to delete (in days)]

  • userID: The ID of the user to ban.
  • reason: The reason for the ban.
  • messages to delete (in days): The number of days of messages from the user to delete (0-7). Discord limits this to a maximum of 7 days.

Example: Successful Ban (If the bot has sufficient permissions)

Discord Moderator04/04/2025
!!exec $ban[$findMember[Unknown User];Spamming;7]

Example: Unsuccessful Ban (If the bot does not have sufficient permissions) See Explanation Below

Discord Moderator04/04/2025
!!exec $ban[$ownerID;I'm a bad moderator;7]
Custom Command Bot 04/04/2025
❌ Failed to ban 1234567!

TIP

You can set the number of days of messages to delete to a maximum of 7, as limited by Discord.

Why can't the bot ban a member?

The most common reason is that the bot's role is lower in the role hierarchy than the member you are trying to ban.

Discord prevents users (including bots) from banning members with a higher or equal highest role. Ensure the bot's highest role is above the target user's.

Be extremely careful with this function!

If any member who can execute the command containing this function has sufficient permissions, they will be able to ban any member below the bot's highest role.

Recommendation: Avoid placing the bot's role above "Admin" or "Head Moderator" roles to limit potential misuse.

Related Functions

  • $kick: Kicks a member from the server.
  • $unban: Unbans a previously banned member.
Function difficulty: Medium
Tags: ban punish member moderation moderator