yoloman445
@yoloman445
.js
I use https://UpTimeRobot.com, every thing was good and all for about a month but it in the past few days it goes down. Has experienced this with thei
PattanAhmed @yvngpedo Hi,
From his terms, it can only allow you to keep 20 Repls up at a time.
For your comfort please try the official one from here
*Hope this helps
Please mark my answer if this helps*2 years ago
Coder100 yes, right now you can only keep 20 repls up at a time. Also, try https://keeper-upper.turbio.repl.co (official)2 years ago
I tried so many tutorials and none of them seem to work. Please help me out!
Node.js
Coder100 Hello, have you tried ping.matdoes.dev? There is also an official hacker repl.it beta bot that also does the job: keeper-upper
Hopes this helps!
Mark as correct answer if it has helped you!3 years ago
Does any one have a guide to quickly get your java script bot up and running? All the ones I find are out dated.
I moved from Glitch to repl.it since Glitch banned all pinging services. I imported my project from Glitch and it used to work perfectly but now it ju
Coder100 Hello! Instead of import client, do const client = require("client")
Changed code:
const client = require("client")
`3 years ago
Kognise Hey! Syntax like import is a new feature of JS that hasn't been brought to Node.js yet. You should look into setting up a transpiler like Babel - iirc it's pretty easy to run a project.
Side note, there are less shady ways of having custom statuses. Discord has a custom status feature in the name menu, and you can use PreMiD with the custom status presence.3 years ago