Documentation

Modulus Docs

Everything you need to configure, automate, and moderate with a cleaner reading flow.

Prefix Command Guide

Mention-prefix commands are designed for fast staff work.

The recommended style is:

  • @Modulus <command> <required values> <optional flags>

Example:

  • @Modulus ban @User -r "Raid participation" -del 7 -dm false -p

How To Read The Syntax

If help shows this:

  • @Modulus mute @User -t 30m -r "Spam" -p

It means:

  • @Modulus tells the bot to listen
  • mute is the command
  • @User is the required target
  • -t 30m sets the duration
  • -r "Spam" sets the reason
  • -p uses the attached proof file or image

Common Flags

FlagMeaningExample
-rReason-r "Spam"
-tTime or duration-t 30m
-uUser-u @User
-idCase ID, warning ID, or user ID-id 123456789012345678
-cChannel-c #general
-mMode-m on
-delDelete recent messages-del 1
-dmDM the target first-dm false
-pProof-p or -p https://example.com/proof.png

Practical Examples

  • @Modulus ban @User -r "Raid participation" -del 7 -dm false -p
  • @Modulus mute @User -t 30m -r "Spam" -p
  • @Modulus warn @User -r "Advertising" -p
  • @Modulus unban -id 123456789012345678 -r "Appeal approved"
  • @Modulus purge 25 -u @User

Proof

If a command supports proof, you usually do not need to type a URL.

Just attach the image or file to the same prefix message and Modulus will pick up the first attachment automatically.

If you prefer, you can still pass a URL:

  • @Modulus warn @User -r "Advertising" -p https://example.com/proof.png

Prefix Review

High-impact moderation prefix commands open a review message before the action is applied.

That review shows:

  • the exact command being parsed
  • the important options that were detected
  • the server context
  • confirm and cancel buttons

Once confirmed, the same bot message updates into the final result instead of posting a second response.