Overview
Fluxer allows communities to create custom emojis and stickers, enabling unique and personalized expression. These custom assets can be used in messages, reactions, and across the platform.Custom Emojis
Animated and static emojis unique to your community
Custom Stickers
Larger expressive images for rich communication
Global Usage
Premium feature to use expressions across all communities
Bulk Import
Import multiple expressions at once
Custom Emojis
Custom emojis are community-specific reaction images that can be static (PNG) or animated (GIF).Creating Emojis
Emoji Limits
Emoji slots are based on guild features:- Standard Guilds
- MORE_EMOJI Feature
- UNLIMITED_EMOJI Feature
- 50 static emojis
- 50 animated emojis
- Total: 100 emoji slots
Image Requirements
PNG (static) or GIF (animated)
Maximum 256 KB per emoji
Recommended: 128x128 pixels (square)
Automatically detected from file format (GIF = animated)
Using Custom Emojis
Managing Emojis
- Update
- Delete
- List
Custom Stickers
Stickers are larger expressive images that can be sent as standalone messages.Creating Stickers
Sticker Limits
- Standard Guilds
- MORE_STICKERS Feature
- UNLIMITED_STICKERS Feature
5 stickers per guild
Sticker Requirements
PNG (static) or APNG/Lottie (animated)
Maximum 512 KB per sticker
Recommended: 320x320 pixels
2-30 characters, descriptive name
Optional description up to 100 characters
1-5 searchable tags for discovery
Using Stickers
Managing Stickers
Permissions
Expression management requires specific permissions:Required to create custom emojis and stickers
Required to edit or delete emojis/stickers
Required to use custom emojis from other guilds in this guild
Permission Checks
Audit Logging
All expression operations are logged for moderation:EMOJI_CREATE
EMOJI_CREATE
Logged when custom emoji is created
EMOJI_UPDATE
EMOJI_UPDATE
Logged when emoji is renamed
EMOJI_DELETE
EMOJI_DELETE
Logged when emoji is removed
STICKER_CREATE / UPDATE / DELETE
STICKER_CREATE / UPDATE / DELETE
Similar logging for sticker operations
Gateway Events
Expression changes are synchronized in real-time:Best Practices
Optimize Image Sizes
Compress images before uploading to stay under size limits. Use tools like ImageOptim or TinyPNG.
Use Descriptive Names
Name emojis clearly so members can easily find and use them:
:partyblob: not :pb1:Organize with Categories
For guilds with many emojis, create a consistent naming scheme:
:cat_happy:, :cat_sad:, :dog_happy:Tag Stickers Effectively
Use relevant, searchable tags so members can find the right sticker quickly
Expression Asset Storage
Expressions are stored on Fluxer’s CDN:Expression assets are cached globally on the CDN for fast delivery. Purging (
purge: true) removes them immediately but requires special guild features.Troubleshooting
Image Upload Fails
Image Upload Fails
- Check file size (256 KB for emojis, 512 KB for stickers)
- Verify image format (PNG or GIF)
- Ensure image is valid and not corrupted
- Check that you haven’t reached your emoji/sticker limit
Can't Use External Emoji
Can't Use External Emoji
- Verify you have
USE_EXTERNAL_EMOJISpermission in the target guild - Check if you have global expressions enabled (premium feature)
- Ensure the emoji still exists in its source guild
Expression Doesn't Appear
Expression Doesn't Appear
- Clear client cache and reload
- Verify the expression wasn’t deleted
- Check that
availableistrue - Ensure you’re looking in the correct guild
Related Resources
Communities
Learn about guild features and limits
Messaging
Use expressions in messages and reactions
Media & Embeds
Understand media handling
API Reference
Complete API documentation