diff --git a/types/image.js b/types/image.js index e49a3198..78792353 100644 --- a/types/image.js +++ b/types/image.js @@ -17,7 +17,7 @@ class ImageArgumentType extends ArgumentType { } isEmpty(value, msg) { - return !msg.attachments.size; + return msg.attachments.size === 0; } }