Skip to Content
Welcome to the Orax Bot documentation!
FeaturesStickers

Stickers

Orax fully supports Discord stickers across interserver groups. All sticker formats are handled, with automatic conversion when needed.

Supported Sticker Formats

FormatHandling
PNGSent as-is
APNGConverted to GIF using ffmpeg
GIFSent as-is
LottieConverted to GIF using puppeteer-lottie

How It Works

  1. A user sends a message with a sticker in a linked channel
  2. Orax detects the sticker and determines its format
  3. If the sticker is APNG or Lottie, it’s downloaded and converted to GIF
  4. The converted or original file is attached to the relayed message in all other linked channels
  5. A local file cache prevents redundant downloads of the same sticker

File Cache

Orax maintains a local sticker cache. This means:

  • Repeatedly used stickers are served from cache instead of being re-downloaded
  • Conversion only happens once per sticker
  • Cache is automatically managed by the cleanup scheduler

Limitations

  • Sticker files are subject to the 10MB file size limit
  • Animated stickers are always converted to GIF format for maximum compatibility across servers
Last updated on