From 3e687a4546feb102c5d0a4059f4160fae60a5dfb Mon Sep 17 00:00:00 2001 From: Daniel Odendahl Jr Date: Sat, 17 Mar 2018 13:41:13 +0000 Subject: [PATCH] Fix Lint --- types/image.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/image.js b/types/image.js index a221238d..3b4721a0 100644 --- a/types/image.js +++ b/types/image.js @@ -16,7 +16,7 @@ class ImageArgumentType extends ArgumentType { return true; } - parse(value, msg, arg) { + parse(value, msg) { if (!msg.attachments.size) { return this.client.registry.types.get('user').parse(value, msg).displayAvatarURL({ format: 'png',