diff --git a/commands/fun/audio2image.js b/commands/fun/audio2image.js
index 6faf65aa..08ff5372 100644
--- a/commands/fun/audio2image.js
+++ b/commands/fun/audio2image.js
@@ -67,7 +67,7 @@ class audio2imageCommand extends Command {
 								.output(`${os.tmpdir()}/a2i${message.id}.png`)
 								.on('error', (err, stdout, stderr) => {
 									console.error(`${err}\n${stdout}\n${stderr}`);
-									return message.channel.send('Uh oh, an error has occured!');
+									return message.channel.send('Uh oh, an error has occured! The image size is most likely bigger than the content!');
 								})	
 								.on('end', () => {
 									console.log('finished');