Skip to main content

/command-name

Category: Utility
Permissions Required: None
Slash Command: Yes
Context Menu: No


Description

Explain what this command does and when it should be used.
Keep it short and focused on what the command helps users achieve.

Example:
This command displays detailed information about a specified user, including their join date, roles, and permissions.


Usage

  /command-name [optional-arg] <required-arg>

Parameters

NameTypeRequiredDescriptionExample
userUserYesThe user to fetch information for.@Raspy
formatStringNoOutput format, either short or detailed.detailed

Examples

/userinfo @Raspy

Bot Response:

Username: Raspy
Joined: Jan 1, 2023
Roles: Admin, Developer

Permissions

TypeRequiredNotes
UserNoNo specific permission required.
BotYesRequires the Embed Links permission.

Admonitions

Notes

Notes

Warning

Warning

Danger

Danger



Developer Notes

  • Added in version: v2.3.0
  • Implementation file: commands/userinfo.js
  • API dependencies: Discord REST /users/{id}