This commit is contained in:
Dragon Fire
2021-01-30 12:08:25 -05:00
parent 0d6709bed1
commit 2796c1ba1e
+1 -1
View File
@@ -19,6 +19,6 @@ module.exports = class ImageOrAvatarArgumentType extends ArgumentType {
isEmpty(value, msg, arg) {
return this.client.registry.types.get('image').isEmpty(value, msg, arg)
|| this.client.registry.types.get('user').isEmpty(value, msg, arg);
&& this.client.registry.types.get('user').isEmpty(value, msg, arg);
}
};