mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-07 21:53:07 -04:00
proper command descriptions
This commit is contained in:
parent
a2bcb423cf
commit
5e5a738b74
51 changed files with 54 additions and 54 deletions
|
@ -20,7 +20,7 @@ module.exports = {
|
|||
name: 'art',
|
||||
aliases: ['wallpaper'],
|
||||
metadata: {
|
||||
description: 'crazy ai art',
|
||||
description: 'Creates colorful generative art created by JetBrains LIMB.',
|
||||
examples: ['art -type wallpaper -seed 839648 -variance 8866 -rotate 1', 'wallpaper -type phone'],
|
||||
category: 'fun',
|
||||
usage: `art [-type <${Object.keys(SIZES).join('|')}>] [-seed <10000-999999>] [-variance <1000-9999>] [-rotate <0-360>]`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue