Skip to content
Open navbar menu
Sign UpLog In
Profile icon

Wyatt Gowing

@CoolCoderz133
CoolCoderz133
CoolCoderz133
shared a Post
3 years ago
Can someone make a discord moderation bot for me pls and maybe have music commands
Hi can someone make a discord moderation bot code for me please i have a bot already i just cant code so can you guys help Thank you
Element-UK
Element-UK
Im up for making one for you, add me on discord @Daddae#86382 years ago
AloeBest
AloeBest
Hellooo, If you want a good moderation bot, Check out this person on YouTube by clicking the BLUE YouTube button or Click Here3 years ago
CoolCoderz133
CoolCoderz133
shared a Post
3 years ago
pls help so yeah i need help to amke my bot run
TomatoImpeccableFile-1
Node.js
Coder100
Coder100
Change your index.js to: require("./server") and it will work!3 years ago
RYANTADIPARTHI
RYANTADIPARTHI
Make a http server or, if you want, you can also host it on heroku.com.3 years ago
RayhanADev
RayhanADev
Hello @CoolCoderz133 You want to move all your information in server.js to index.js, probably below the http server. That should make it work! Need any help feel free to ping me. Cheers! ~ Ray <33 years ago
CoolCoderz133
CoolCoderz133
shared a Post
3 years ago
Can someone please add commands to this bot and maybe make it run without me having th erepl run pls thanks
(p.)PS3 BOT
Node.js
RYANTADIPARTHI
RYANTADIPARTHI
I think you can use the .run() command in your code.3 years ago
CoolCoderz133
CoolCoderz133
shared a Post
3 years ago
Hi, I Was Wondering If One Of You Pro Coders Out There Could Help Me A Bit And Maybe Find A Way For My Bot To Keep Running Even If I Sont Have REPL.IT
PS3 Music Bot(Prefix: #)
Node.js
Coder100
Coder100
Add this to the end of your code: require("http").createServer((_, res) => res.end("Alive")).listen(8080) And it will stay online for one hour! To make it do it forever, copy the new website URL (that's ..repl.co) and put it into https://ping.matdoes.dev3 years ago
CoolCoderz133
CoolCoderz133
shared a Post
3 years ago
To-Do List PS3 Hub function addItem() { var newItem = document.createElement("div"); newItem.innerHTML = docume
Coder100
Coder100
Right here: image That is not valid JS. Change your code to: function addItem() { var newItem = document.createElement("div"); newItem.innerHTML = document.getElementById("box").value; newItem.onclick = removeItem; document.getElementById("list").appendChild(newItem); saveList(); } function removeItem() { document.getElementById("list").removeChild(this); saveList(); } fu3 years ago
Coder100
Coder100
Hey, instead of copying and pasting the code, please send the repl!3 years ago