mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-20 14:00:22 +02:00
Add examples
This commit is contained in:
@@ -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);
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user