Skip to main content
Fire includes a variety of utility features to make server management easier and provide useful tools for your members. From reminders and embeds to Minecraft utilities and server information, these features help streamline your Discord experience.

Reminders

Never forget important tasks or events with Fire’s reminder system.

Create a reminder

Set reminders for yourself that Fire will send you at the specified time.
/reminders create time:"2 hours" reminder:"Check the announcements"
Time format examples:
  • 30m or 30 minutes - 30 minutes from now
  • 2h or 2 hours - 2 hours from now
  • 1d or 1 day - 1 day from now
  • 3w or 3 weeks - 3 weeks from now
  • Specific date/time formats are also supported
Reminders are sent via DM, so make sure you have DMs enabled from server members.

Custom embeds

Create beautiful, rich embeds for announcements, rules, and more.

Create an embed

Start building a custom embed with an interactive builder.
/embed create
This opens an interactive embed builder where you can customize:
  • Title - Main heading (up to 256 characters)
  • Description - Main content (up to 4000 characters)
  • URL - Make the title clickable
  • Color - Embed color (hex code or color name)
  • Footer - Small text at the bottom with optional icon
  • Image - Large image at the bottom
  • Thumbnail - Small image in the top right
  • Author - Author section with name, icon, and URL
  • Fields - Up to 25 custom fields with name and value
After running /embed create, use the dropdown menu to select which part of the embed to edit. A form will appear where you can enter the content. Click the buttons to add fields, edit them, or adjust field layout (inline vs full width).

Manage embeds

# Edit an existing embed
/embed edit id:your-embed-id

# Send an embed to a channel
/embed send id:your-embed-id channel:#announcements

# Delete an embed
/embed delete id:your-embed-id
Embeds are saved to your account, so you can reuse them across multiple servers and channels.

Server information

View server details

Get comprehensive information about any server.
# View current server
/server

# View another server (if Fire is in it)
/server guild:server-name
Information shown:
  • Server creation date and owner
  • Member count and online count
  • Server region(s)
  • Verification level and security settings
  • Channel breakdown by type
  • Server roles
  • Server features and badges

User information

Get user avatars and profile information.
# Get a user's avatar
/avatar user:@username

# Get server icon
/icon

Minecraft utilities

Player skin

View a Minecraft player’s skin.
/minecraft skin username:Notch

Player UUID

Get a player’s Minecraft UUID.
/minecraft uuid username:Notch

Log scanner

Scan Minecraft logs for errors.
/minecraft logscan
Attach a log file to analyze it for common issues.

Check logs

Check crash reports and logs.
/minecraft checklog
Upload a crash report or log file for analysis.

Time utilities

Work with timezones and timestamps.
# Get current time in a timezone
/time zone timezone:"Europe/London"

# Get your local time
/time zone

# Set your timezone
/time timezone set timezone:"America/New_York"

# Create a Discord timestamp
/time stamp time:"2024-01-01 12:00" format:relative
Timestamp formats:
  • short time - 12:00 PM
  • long time - 12:00:00 PM
  • short date - 01/01/2024
  • long date - January 1, 2024
  • short datetime - January 1, 2024 12:00 PM
  • long datetime - Sunday, January 1, 2024 12:00 PM
  • relative - in 2 hours / 3 days ago
Discord timestamps automatically adjust to each user’s local timezone when displayed.

Additional utilities

Invite information

Get details about a Discord invite.
/inviteinfo invite:discord.gg/example
Shows server name, member count, channel, and other invite details.

Snowflake decoder

Decode Discord snowflake IDs to see creation timestamps.
/snowflake id:123456789012345678

Code image generator

Create syntax-highlighted code images.
/codeimage language:javascript code:"console.log('Hello World');"
Supported languages:
  • JavaScript/TypeScript
  • Python
  • Java
  • C/C++/C#
  • And many more

Quote messages

Quote a message from any channel.
/quote message_link:https://discord.com/channels/...
You can right-click a message and select “Copy Message Link” to get the message link.

Emoji lock

Prevent members without a specific role from using external emojis.
/emojilock role:@Verified
Only members with the specified role can use custom emojis from other servers.

Slowmode sync

Sync slowmode settings across multiple channels.
/slowmodesync duration:5s channels:#general,#chat

Discord status

Check Discord’s API status.
/dstatus
Shows current status of Discord services and any ongoing incidents.

Permission roles

Manage roles required for specific permissions.
/permroles permission:"Manage Messages" role:@Moderators
This helps you see which roles have specific permissions in your server.

Best practices

1

Set your timezone

Use /time timezone to ensure reminders and timestamps show correctly for you.
2

Create embed templates

Build commonly-used embeds and save them for quick reuse.
3

Use reminders for server events

Set reminders for yourself before important server events or tasks.
4

Share server info

Use /server to quickly show server statistics to new moderators or members.

Required permissions

For utility features to work properly, Fire needs:
  • Send Messages - For all utility commands
  • Embed Links - For embeds and rich displays
  • Attach Files - For code images and Minecraft utilities
  • Manage Roles - For emoji lock and permission tools
  • Read Message History - For quote command

Build docs developers (and LLMs) love