Posts by André Rocha • 1 point
2 posts
-
-1
votes1
answer45
viewsQ: Access variable in another function, javascript
Hello, I’m developing a Discord Bot and I’m trying to make a command that needs to access a variable created in another function. if(msg.content.startsWith('z!setarcanaldenunciasrecebidas')){…
-
0
votes0
answers199
viewsQ: Nodemailer: Error: self Signed Certificate in Certificate chain
I am trying to send an email by nodemailer, but the following error appears: Error: self Signed Certificate in Certificate chain. My code: let transporter = nodemailer.createTransport({ host:…