This commit is contained in:
Daniel Odendahl Jr
2018-03-23 11:24:49 +00:00
parent 45dbe67efa
commit 2c86665b34
+1 -1
View File
@@ -17,7 +17,7 @@ class ImageArgumentType extends ArgumentType {
}
isEmpty(value, msg) {
return !msg.attachments.size;
return msg.attachments.size === 0;
}
}