mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-07 13:43:06 -04:00
add av alias
This commit is contained in:
parent
a5f13d6c70
commit
dfde49a555
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ const { getUser, getUserAvatar } = require("#utils/users");
|
|||
module.exports = {
|
||||
name: 'avatar',
|
||||
label: 'user',
|
||||
aliases: ['a','pfp'],
|
||||
aliases: ['a','pfp','av'],
|
||||
metadata: {
|
||||
description: 'Displays someones discord avatar. Accepts IDs, Mentions, or Usernames.',
|
||||
description_short: 'Get discord user avatars',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue