Before You Begin
Make sure seize has the following permissions in the channel where you want to purge:- Manage Messages
- Read Message History
Self-purge only deletes your own messages. You cannot delete messages from other users.
Basic Usage
The simplest way to self-purge is by message count.d (days), h (hours), m (minutes), and s (seconds). The minimum lookback is 1 minute, and the maximum is 7 days.
Content-Based Filtering
Use subcommands to target specific message types instead of an entire count or window.selfpurge startswith
selfpurge startswith
Syntax:
,selfpurge startswith <substring> [count_or_time]Delete messages that start with a specific substring.selfpurge endswith
selfpurge endswith
Syntax:
,selfpurge endswith <substring> [count_or_time]Delete messages that end with a specific substring.selfpurge contains
selfpurge contains
Syntax:
,selfpurge contains <substring> [count_or_time]Delete messages that contain a specific substring anywhere in the text.selfpurge embeds
selfpurge embeds
Syntax:
,selfpurge embeds [count_or_time]Delete only messages that contain embeds.selfpurge files
selfpurge files
Syntax:
,selfpurge files [count_or_time]Delete only messages with file attachments.selfpurge images
selfpurge images
Syntax:
,selfpurge images [count_or_time]Delete only messages containing images, including linked images and embed thumbnails.selfpurge links
selfpurge links
Syntax:
,selfpurge links [count_or_time]Delete only messages that contain URLs.selfpurge stickers
selfpurge stickers
Syntax:
,selfpurge stickers [count_or_time]Delete only messages that contain stickers.selfpurge emoji
selfpurge emoji
Syntax:
,selfpurge emoji [count_or_time]Delete only messages containing unicode emojis.selfpurge emotes
selfpurge emotes
Syntax:
,selfpurge emotes [count_or_time]Delete only messages containing custom Discord emotes.Limits and Behavior
- Maximum delete count per command: 1,000 messages
- Maximum lookback window: 7 days
- Messages older than 14 days are deleted individually instead of in bulk
- Up to 10,000 messages are scanned per command
- Deleted message replies and ephemeral confirmation notes clean themselves up automatically
