Skip to content

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.

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: post fetches an image from the given URL and displays it in chat. This requires the moderator role to prevent abuse.
  • Local images: img serves an image from the bot’s local storage by filename (e.g., img logo.png). imglist shows all available files, and imgsearch performs case-insensitive substring matching.
  • Roles: post requires the moderator role or higher. Local image commands (img, imgsearch, imglist) are available to all non-blacklisted users.