/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
| Name | Type | Required | Description | Example |
|---|---|---|---|---|
user | User | Yes | The user to fetch information for. | @Raspy |
format | String | No | Output format, either short or detailed. | detailed |
Examples
- Basic Usage
- With Parameters
/userinfo @Raspy
Bot Response:
Username: Raspy
Joined: Jan 1, 2023
Roles: Admin, Developer
/userinfo @Raspy format:detailed
Bot Response:
Detailed user information with additional metadata.
Permissions
| Type | Required | Notes |
|---|---|---|
| User | No | No specific permission required. |
| Bot | Yes | Requires the Embed Links permission. |
Admonitions
Notes
Notes
Warning
Warning
Danger
Danger
Related Commands
Developer Notes
- Added in version:
v2.3.0 - Implementation file:
commands/userinfo.js - API dependencies: Discord REST
/users/{id}