From 3b579f7fa9e3eeee1f918ad1376b622ced7d4be3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Bersier?= Date: Sat, 11 May 2019 19:46:53 +0200 Subject: [PATCH] Show avatar for member and not user --- commands/utility/avatar.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/commands/utility/avatar.js b/commands/utility/avatar.js index b0d2f20..86efa1a 100644 --- a/commands/utility/avatar.js +++ b/commands/utility/avatar.js @@ -8,13 +8,13 @@ class AvatarCommand extends Command { args: [ { id: 'user', - type: 'user' + type: 'member' } ], description: { content: 'Show avatar of the mentioned user or you', usage: '(optional) [@user]', - examples: ['', '@user'] + examples: ['', '@user', 'username'] } }); }