second example for art

This commit is contained in:
derpystuff 2022-10-03 22:32:06 +02:00
parent 31262bb7b2
commit 1b8b2514c4

View file

@ -21,7 +21,7 @@ module.exports = {
aliases: ['wallpaper'],
metadata: {
description: 'crazy ai art',
examples: ['art -type wallpaper -seed 839648 -variance 8866 -rotate 1'],
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>]`
},