Posts by Marcelo Magalhães • 31 points
2 posts
-
0
votes0
answers11
viewsQ: Error: connect ETIMEDOUT, how to deal with this error?
I am mounting a script to download several images that are in an array, but after the script download some images it is interrupted and returns the error: events.js:377 throw er; // Unhandled…
-
1
votes2
answers80
viewsQ: Event on 2 servers at the same time
I am programming a bot for my Discord servers and wanted the Guild Member Add event to run on two servers at once. const Discord = require('discord.js'); const { prefix } =…