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',