Added examples

This commit is contained in:
loicbersier 2020-02-27 22:06:50 +01:00
parent f4dca21e82
commit 4b8297282b
2 changed files with 2 additions and 2 deletions

View file

@ -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']
}
});
}

View file

@ -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']
}
});
}