mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-14 08:08:34 +02:00
Add examples
This commit is contained in:
@@ -15,4 +15,8 @@ module.exports = class SherlockType extends Argument {
|
||||
parse(value) {
|
||||
return sherlock.parse(value);
|
||||
}
|
||||
|
||||
example() {
|
||||
return 'sleep 1 hour';
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user