mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-03 23:36:43 +02:00
Add examples
This commit is contained in:
@@ -34,4 +34,8 @@ module.exports = class FontArgument extends Argument {
|
||||
if (foundExact.size === 1) return foundExact.first();
|
||||
return null;
|
||||
}
|
||||
|
||||
example() {
|
||||
return this.client.fonts.random().filenameNoExt;
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user