discord_list_attachments
Extract and list all attachments from a Discord channel by specifying criteria such as file type, size, and message limit. Simplify message and file management for efficient organization.
Instructions
List all attachments in a Discord channel from recent messages
Input Schema
Name | Required | Description | Default |
---|---|---|---|
channelId | Yes | The Discord channel ID | |
imageOnly | No | Only show image attachments | |
limit | No | Number of messages to scan for attachments (default: 50) | |
maxSize | No | Maximum file size in KB | |
minSize | No | Minimum file size in KB |