Bulk purge
Clean a channel fast with /purge — filtered by member, keyword or bots only.
/purge deletes recent messages in the current channel. Useful after a raid, a spam wave, or a test run that got out of hand.
Usage
/purge amount:50
/purge amount:100 user:@Spammer
/purge amount:200 contains:discord.gg
/purge amount:50 bots_only:true
amount is how many recent messages to look at — the filters then decide which of those actually go.
Filters
| Option | Effect |
|---|---|
member | only messages from that member |
contains | only messages containing this text |
bots_only | only messages from bots |
Combine them freely. Without a filter, everything in the range goes.
Good to know
- Discord will not bulk-delete messages older than 14 days. That's a platform limit, not a CloudMod one — older messages are skipped.
- Every purge is written to your moderation log: who ran it, in which channel, how many messages, and which filters were used.
- The command is admin-only.
Requirements: Manage Messages and Read Message History in the channel.