From 1c44a8207e8330343c8d13218ee0880a56ed847a Mon Sep 17 00:00:00 2001 From: loicbersier Date: Sat, 18 May 2019 18:07:16 +0200 Subject: [PATCH] fixed command not showing other people avatar --- commands/utility/avatar.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/utility/avatar.js b/commands/utility/avatar.js index 86efa1a0..82744143 100644 --- a/commands/utility/avatar.js +++ b/commands/utility/avatar.js @@ -8,7 +8,7 @@ class AvatarCommand extends Command { args: [ { id: 'user', - type: 'member' + type: 'user' } ], description: {