From 1b8b2514c436fa75e9ba38b32647cdecf99f9279 Mon Sep 17 00:00:00 2001 From: derpystuff <3515180-derpystuff@users.noreply.gitlab.com> Date: Mon, 3 Oct 2022 22:32:06 +0200 Subject: [PATCH] second example for art --- commands/message/fun/art.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/message/fun/art.js b/commands/message/fun/art.js index 53300c5..d22732a 100644 --- a/commands/message/fun/art.js +++ b/commands/message/fun/art.js @@ -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>]` },