Avatar Command
Avatar Command
Overview
The avatar
command allows users to retrieve the server or profile avatar of a user. It has two subcommands: server
and profile
.
Syntax
,avatar [subcommand] [user]
Subcommands
Name | Description |
---|---|
server | Get the users server avatar |
profile | Get the users profile avatar |
Parameters
Name | Type | Required | Description |
---|---|---|---|
user | @user | ā | The user to get the avatar of (defaults to invoker) |
Response
The bot will reply with an embed containing the requested avatar image.
Permissions
Bot Needs:
- Send Messages
User Needs:
- Send Messages
Examples
,avatar server # Get the users server avatar
,avatar profile @DiscordUser # Get the users profile avatar
,avatar profile # Get the avatar of the command invoker
Notes
- If no subcommand is provided, the bot will reply with an error message prompting to use 'server' or 'profile'.
- For the
server
subcommand, the command must be used within a server. It will not work in DMs. - If an invalid user is provided to the
profile
subcommand, the avatar of the invoker will be returned instead.
Last Updated: 2023-06-08