Posts by Kakuiba • 11 points
2 posts
-
-1
votes2
answers124
viewsA: Onclick event in two different pages
HTML by itself when you change page by link is loaded all over again, nothing is saved. If you want something to be maintained and running in the browser without having a backend server you can use…
-
1
votes1
answer133
viewsA: Every time I give in There’s a mistake
I believe it is some syntax error. in the following line: bot.on('message', msg => {} if and everything else has to stay inside the keys example: const Discord = require('discord.js'); const…