Posts by GabrielBellasco • 51 points
3 posts
-
2
votes2
answers80
viewsA: Event on 2 servers at the same time
This event works for all servers where the bot is,an example of the code I’m using on my bot, and it works perfectly: bot.on('guildMemberAdd', member => { var welcomeEmbed = new…
-
1
votes2
answers135
viewsQ: Problems with Nan when getting input values
I’m trying to make a calculator in Javascript/HTML, but it’s giving an error of NaN in user entries, even using a parseFloat, he still says it’s not a number, someone could tell me how to solve it?…
javascriptasked GabrielBellasco 51 -
-3
votes1
answer62
viewsQ: Hi, I’m new to Python, and I’m having trouble with a Syntaxerror on an Else
It appears to be written in the right way, but is still making a mistake. No matter what I do the error continues, I have already tried to exchange for an Elif, for an if, but nothing right. Always…