Image Commands
The images plugin provides image posting and local image management. Images can be fetched from URLs or served from the bot’s local image storage directory.
Commands
Section titled “Commands”| Command | Description | Roles | Aliases |
|---|---|---|---|
post <url> |
Post an image from a URL | moderator | — |
img <name.ext> |
Display a locally stored image | user | — |
imgsearch <query> |
Search locally stored images by name | user | — |
imglist |
List all locally stored images | user | imgl |
- Posting URLs:
postfetches an image from the given URL and displays it in chat. This requires themoderatorrole to prevent abuse. - Local images:
imgserves an image from the bot’s local storage by filename (e.g.,img logo.png).imglistshows all available files, andimgsearchperforms case-insensitive substring matching. - Roles:
postrequires themoderatorrole or higher. Local image commands (img,imgsearch,imglist) are available to all non-blacklisted users.