Skip to content

Commit

Permalink
So?
Browse files Browse the repository at this point in the history
Signed-off-by: David <[email protected]>
  • Loading branch information
DavidCraftDev committed Oct 13, 2023
1 parent a8de39f commit 25214ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion events/messageCreate.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ module.exports = {
hints: dns.ADDRCONFIG | dns.V4MAPPED,
};
dns.lookup(urls[i], options, (err, addresses) =>
console.log('addresses: %j', addresses));
console.log(err), console.log('addresses: %j', addresses));
}
},
};

0 comments on commit 25214ce

Please sign in to comment.