Getting Started

NoName Bot is a slash-command based bot. All commands start with a forward slash (/) and can be accessed through Discord's command interface. To get started, invite the bot to your server and ensure it has the necessary permissions.

Basic Setup

After inviting the bot, use the /help command to see all available commands. Most configuration can be done through slash commands without needing any additional setup.

Moderation Commands

NoName provides a comprehensive suite of moderation commands. Most commands require the user to have appropriate Discord permissions (Ban Members, Kick Members, etc.).

Common Moderation Actions

/ban <user> [reason] [delete_days] - Ban a user
/kick <user> [reason] - Kick a user
/mute <user> <duration> [reason] - Mute a user
/timeout <user> <duration> [reason] - Timeout a user
/warn <user> <reason> [severity] [notes] - Warn a user

Warning Severity Levels

NoName uses four severity levels for warnings:

  • Low - 5 points (minor infractions)
  • Medium - 10 points (default, moderate violations)
  • High - 25 points (serious violations)
  • Critical - 50 points (severe rule breaking)

Security Features

NoName includes advanced security features to protect your server from raids, spam, and other malicious activity.

Anti-Raid

The anti-raid system monitors for unusual member join patterns and can automatically take action when a raid is detected.

/antiraid enable - Enable anti-raid protection
/antiraid disable - Disable anti-raid protection
/antiraid configure - Configure sensitivity and actions
/antiraid status - View current anti-raid settings

Anti-Spam

Filter spam, excessive emojis, caps, and links with customizable thresholds.

/antispam enable - Enable anti-spam filters
/antispam disable - Disable anti-spam filters
/antispam configure - Configure filter settings
/antispam status - View current filter configuration

Lockdown

Instantly lock or unlock all channels in your server during emergencies.

/lockdown lock - Lock all channels immediately
/lockdown unlock - Unlock all channels

Jail System

The jail system is a unique feature that isolates problematic users while preserving their original roles. When a user is jailed, they are moved to a restricted "Jailed" role and their original roles are saved. When released, all original roles are automatically restored.

/jail add <user> <reason> [duration] [notes] - Jail a user
/jail remove <user> [reason] - Release a jailed user
/jail list - View all currently jailed users
/jail info [user] - Get jail information for a user

Warning System

NoName's warning system tracks user behavior with a point-based system. Each warning adds points based on its severity (low=5, medium=10, high=25, critical=50), and administrators can configure automatic actions when users reach certain point thresholds.

/warn <user> <reason> [severity] [notes] - Issue a warning
/warnings view [user] - View warnings for a user
/warnings remove <case_id> - Remove a specific warning
/warnings addnote <case_id> <note> - Add a note to a warning
/warnings stats - View server warning statistics
/warnings configure - Configure warning system settings

Permissions

NoName uses Discord's native permission system. Most commands require specific permissions to use. The bot will indicate which permissions are required for each command.

For best results, ensure the bot has Administrator permission or all necessary individual permissions.