diff --git a/commands/message/fun/art.js b/commands/message/fun/art.js index e2e1841..8e8d403 100644 --- a/commands/message/fun/art.js +++ b/commands/message/fun/art.js @@ -24,7 +24,7 @@ module.exports = { metadata: { description: 'Creates colorful generative art using JetBrains LIMB.', description_short: 'AI wallpaper generation', - examples: ['art -type wallpaper -seed 839648 -variance 8866 -rotate 1', 'wallpaper -type phone'], + examples: ['art -type wallpaper -seed 839648 -variance 8866 -rotate 1', 'art -type phone'], category: 'fun', usage: `art [-type <${Object.keys(SIZES).join('|')}>] [-seed <10000-999999>] [-variance <1000-9999>] [-rotate <0-360>]` },