From 4b8297282bd195c5ee89ab143127d742099ccb1e Mon Sep 17 00:00:00 2001 From: loicbersier Date: Thu, 27 Feb 2020 22:06:50 +0100 Subject: [PATCH] Added examples --- commands/fun/audio2image.js | 2 +- commands/fun/image2audio.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/commands/fun/audio2image.js b/commands/fun/audio2image.js index 721a255..8627332 100644 --- a/commands/fun/audio2image.js +++ b/commands/fun/audio2image.js @@ -25,7 +25,7 @@ class audio2imageCommand extends Command { description: { content: 'Transform audio file into image. --size (a number) to get a bigger image NOTE: bigger image might fail ', usage: '[link to audio] [--size anumber]', - examples: [''] + examples: ['https://cdn.discordapp.com/attachments/532987690145021982/682654351772221480/jeff.wav (optional) --size 1920x1080'] } }); } diff --git a/commands/fun/image2audio.js b/commands/fun/image2audio.js index a4bc1d6..ea0841d 100644 --- a/commands/fun/image2audio.js +++ b/commands/fun/image2audio.js @@ -19,7 +19,7 @@ class image2audioCommand extends Command { description: { content: 'Transform an image binary data into audio ( MIGHT BECOME EAR RAPE )', usage: '[link to image]', - examples: [''] + examples: ['https://cdn.discordapp.com/attachments/532987690145021982/682694359313022987/a2i682694012309864452.png'] } }); }