From 07e243e928f0b2f4e1cc6ef009ac81cd82ffd80c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Bersier?= Date: Thu, 1 Nov 2018 22:08:49 +0100 Subject: [PATCH] fixed avatar --- commands/utility/avatar.js | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/commands/utility/avatar.js b/commands/utility/avatar.js index e5e08697..44b87aad 100644 --- a/commands/utility/avatar.js +++ b/commands/utility/avatar.js @@ -8,6 +8,14 @@ module.exports = class AvatarCommand extends Command { group: 'utility', memberName: 'avatar', description: 'Send the avatar of the mentionned user.', + args: [ + { + key: 'user', + prompt: 'What do you want me to say', + type: 'user', + default: '' + } + ] }); }