i went full retard

This commit is contained in:
loicbersier 2019-07-09 04:57:21 +02:00
parent a1216c0ca1
commit 1c1853de88

View file

@ -162,7 +162,7 @@ class messageListener extends Listener {
return message.channel.send(embed, {files: [attach]});
}
return message.channel.send(text), {files: [attach]};
return message.channel.send(text, {files: [attach]});
}
}
}