Add examples

This commit is contained in:
Dragon Fire
2024-05-16 17:16:00 -04:00
parent 9d00180cb3
commit 986d5d90fb
28 changed files with 138 additions and 32 deletions
+4
View File
@@ -22,4 +22,8 @@ module.exports = class ImageOrAvatarArgument extends Argument {
return this.client.registry.types.get('image').isEmpty(value, msg, arg)
&& this.client.registry.types.get('user').isEmpty(value, msg, arg);
}
example(msg, arg) {
return this.client.registry.types.get('user').example(msg, arg);
}
};