mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-11 15:57:50 +02:00
Add examples
This commit is contained in:
@@ -37,4 +37,9 @@ module.exports = class TimezoneType extends Argument {
|
||||
}
|
||||
return null;
|
||||
}
|
||||
|
||||
example() {
|
||||
const zones = moment.tz.names();
|
||||
return zones[Math.floor(Math.random() * zones.length)];
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user