Skip to content

Utility Commands

Armory Bot utility features are split across focused slash command groups.

Command Groups

  • /utility for server/user info, AFK, and highlights
  • /poll for interactive polls
  • /remind for personal reminders
  • /announce for announcements
  • /timestamp and /countdown for Discord time formatting helpers

Utility Group — /utility

Info Commands

  • /utility serverinfo
  • /utility userinfo [user]
  • /utility avatar [user]
  • /utility membercount
  • /utility channelinfo [channel]
  • /utility emojis [search]
  • /utility banner [user]

AFK

  • /utility afk [message]

Sets your AFK status and notifies people who mention you.

Highlights

  • /utility highlight-add <keyword>
  • /utility highlight-remove <keyword>
  • /utility highlight-list
  • /utility highlight-block [user] [channel]

Highlights DM you when tracked keywords appear in visible channels.

Polls — /poll

  • /poll create <question> <options> [duration] [allow_multiple] [anonymous]
  • /poll end <poll_id>
  • /poll results <poll_id>

options should be provided as a | separated string (example: Red | Blue | Green).

Reminders — /remind

  • /remind me <duration> <message>
  • /remind list
  • /remind cancel <id>

Duration examples: 10s, 5m, 2h, 1d.

Announcements — /announce

  • /announce create <channel> <message> [title]
  • /announce embed <channel>
  • /announce schedule <channel> <message> <minutes_from_now> [title]
  • /announce list
  • /announce cancel <announcement_id>

Time Helpers — standalone slash commands

  • /timestamp [day] [month] [year] [hour] [minute] [second] [format]
  • /countdown [days] [hours] [minutes] [label]

Quick Examples

/utility userinfo user:@Member
/poll create question:"Next event?" options:"Raid | PvP | Chill" duration:120
/remind me duration:2h message:"Check bounty board"
/announce schedule channel:#announcements message:"Patch drops tonight" minutes_from_now:180

Notes

Some older community references may show deprecated commands. Use grouped commands above as source of truth.

Role inspection and roster auditing (formerly /utility roleinfo) now live under /role info — see Role Management.