Closed Oxadeum closed 4 years ago
Hello, change js let lisaImage = new DIG.LisaPresentation().getImage(textInImage);
with
let lisaImage = await new DIG.LisaPresentation().getImage(textInImage);
Your welcome, what is the error on this one ?
(node:16692) UnhandledPromiseRejectionWarning: TypeError: Cannot read property 'displayAvatarURL' of undefined
message.author doesn't have a .user property so you can change it to message.member
Thank's you very much, your modules is so good :)
Haha, thank you, feel free to open a new issue if you have another question. 😉
Hello ! ^^
I have a problem with my code The error is in the title
My code :
Code