Added examples

merge-requests/5/merge
loicbersier 4 years ago
parent f4dca21e82
commit 4b8297282b

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

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

Loading…
Cancel
Save