mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-13 00:09:08 +02:00
Add examples
This commit is contained in:
@@ -15,4 +15,8 @@ module.exports = class UrlType extends Argument {
|
||||
if (!validURL.isWebUri(value)) return new URL(`http://${value}`);
|
||||
return new URL(value);
|
||||
}
|
||||
|
||||
example() {
|
||||
return '<https://discord.com>';
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user