Utility Commands¶
General-purpose tools for server information, polls, announcements, reminders, and timestamps.
Dashboard — /dashboard¶
/dashboard¶
Open this server's configuration dashboard on the web. Replies privately (only you see it) with a deep link to dashboard.armorybot.win for the current server — the home for all feature configuration ("configure on the web, act in Discord"). Must be run inside a server.
Server Information — /utility¶
/utility serverinfo¶
Display comprehensive server information: leadership contact, member count, roles, channels, boost level, features, and creation date.
/utility userinfo [user]¶
Display user profile information.
| Parameter | Type | Required | Description |
|---|---|---|---|
user |
Member | No | User to look up (defaults to yourself) |
Shows account creation date, join date, status, roles, and avatar.
Role Info Moved
Role inspection and roster export (formerly /utility roleinfo) now live under /role info.
Polls — /poll¶
Interactive voting system with real-time result updates.
/poll create <question> <option1> ... [option20]¶
Create a poll with up to 20 options.
| Parameter | Type | Required | Description |
|---|---|---|---|
question |
String | Yes | The poll question |
option1 |
String | Yes | First option |
option2..20 |
String | No | Additional options |
Supports single-vote and multi-vote modes, anonymous or visible voting, and optional auto-close timer.
/poll end <poll_id>¶
Close a poll and archive results.
| Parameter | Type | Required | Description |
|---|---|---|---|
poll_id |
Integer | Yes | Poll to close |
Permission
Requires admin or moderator role.
/poll results <poll_id>¶
Show results for a poll.
Announcements — /announce¶
/announce create <channel> <message> [title]¶
Send a text announcement to a channel.
| Parameter | Type | Required | Description |
|---|---|---|---|
channel |
TextChannel | Yes | Target channel |
message |
String | Yes | Announcement text |
title |
String | No | Optional title |
/announce embed <channel>¶
Opens a modal to build a custom embed announcement with title, description, colour (hex), and footer.
/announce schedule <channel> <message> <time> ...¶
Schedule an announcement for a future time.
/announce list¶
List pending scheduled announcements.
/announce cancel <id>¶
Cancel a scheduled announcement.
Reminders — /remind¶
/remind me <duration> <message>¶
Set a personal reminder.
| Parameter | Type | Required | Description |
|---|---|---|---|
duration |
String | Yes | Time until reminder (10s, 5m, 2h, 1d) |
message |
String | Yes | Reminder text (max 1000 chars) |
/remind message <duration> <message_link> [note]¶
Set a reminder for a specific server message and receive a DM with a jump link when the timer expires.
/remind list¶
List all your active reminders with IDs and time remaining.
/remind cancel <id>¶
Cancel a reminder by ID.
Timestamps — /timestamp¶
/timestamp [day] [month] [year] [hour] [minute] [second] [format]¶
Generate a Discord timestamp code. All parameters are optional and default to the current time.
Formats: R (relative), F/f (full date), D/d (date), T/t (time).
/countdown <days> <hours> <minutes> <label>¶
Create a countdown to a future time. Returns both relative and full timestamp displays.