Skip to main content

Utility Commands

General-purpose commands available to all members.


/help

Browse all commands available to you. The list is filtered based on:

  • Commands the server has disabled
  • Commands from addons that aren't installed/enabled
  • Your Discord permissions
  • Role-based command permissions configured by server admins

No options. Navigation uses buttons to page through command categories.


/ping

Check the bot's current latency and API response time.

No options.


/serverinfo

Display information about the current server: member count, creation date, boost level, channels, roles, and more.

No options.


/userinfo

Display information about a user: account age, joined date, roles, badges, and more.

OptionRequiredDescription
userNoThe user to look up (defaults to yourself)

/avatar

Get a user's avatar as a full-size image with a download link.

OptionRequiredDescription
userNoThe user (defaults to yourself)

/remind

Set a personal reminder. The bot will DM you when the time is up.

OptionRequiredDescription
timeYesWhen to remind you (e.g. 10m, 2h, 1d)
messageYesWhat to remind you about

/autoresponse

Manage regex-triggered auto-responses for the server. Messages matching a pattern will receive an automatic reply.

Required permission: Manage Server

Subcommands

SubcommandDescription
addCreate a new auto-response rule
removeDelete a rule by ID
toggleEnable or disable a rule without deleting it
listList all rules in this server

/autoresponse add

OptionRequiredDescription
patternYesRegex pattern to match against message content (no delimiters)
responseYesText to reply with when the pattern matches
flagsNoRegex flags (default: i for case-insensitive)
embedNoSend the response as an embed (default: false)
embed_colorNoHex color for the embed (e.g. #5865F2)
delete_messageNoDelete the triggering message (default: false)

See Auto-Responses Setup for the full guide including pattern examples.


/giveaway

Manage giveaways. See Giveaways Setup for full details.

Subcommands

SubcommandDescription
start <prize> <duration> [winners]Start a new giveaway in the current channel
end <id>End a giveaway early and select winners
reroll <id>Pick new winners from the original entrant pool

/botstatus

Show a quick summary of the bot's current status, uptime, and resource usage.

No options.


/selfrole

Manage the list of self-assignable roles for your server.

Required permission: Manage Roles

Subcommands

SubcommandDescription
add role:<role> [name:<name>]Add a role to the self-assignable list. If no name is given, the role's name is used (lowercased).
remove name:<name>Remove a role from the list. Supports autocomplete.
listShow all self-assignable roles in an embed.

See Self-Assignable Roles Setup for the full guide.


/selfassignrole

Assign yourself one of the server's self-assignable roles.

OptionRequiredDescription
nameYesThe short name of the role to assign (autocomplete shows available roles)

Autocomplete only shows roles you don't already have.


/selfremoverole

Remove a self-assignable role from yourself.

OptionRequiredDescription
nameYesThe short name of the role to remove (autocomplete shows your current roles)

Autocomplete only shows self-assignable roles you currently have.