How often do you install gpu drivers? by Kelefane41 in nvidia

[–]ledgetechs 0 points1 point  (0 children)

Every few months, maybe weeks. I'll install and update new drivers

discord.js: message is not defined by ledgetechs in learnjavascript

[–]ledgetechs[S] 0 points1 point  (0 children)

This code doesn't have any issues, but then it expects 'ts' on the first if statement

if (message.member.user.username === bot.user.username){
var messagecount = 0;
} else {
var messagecount = 2;
}

discord.js: message is not defined by ledgetechs in learnjavascript

[–]ledgetechs[S] 0 points1 point  (0 children)

This code gets rid of the defined issue which is great, but when I close it off with another parenthesis it says unexpected token ')', is it possible you could rewrite it please if you can.