Hey all,
This is the Node.js version of my tutorial on building Discord chatbot's (the other version is in Python). I'm watching the comments here and at codementor, so shout if you have any questions!
https://www.codementor.io/garethdwyer/building-a-discord-bot-with-node-js-and-repl-it-mm46r1u8y
Hello.I'm Japanese so I can't write English well. I'm sorry.
I have a question.I can't run my project. There is sentence in console.It is "exit status 127".So I can't run my project.
@ryosan1210 can you share a link to your project?
[email protected] your .replit file is wrong. Change the 'run=' line to
run = "node main.js"
@GarethDwyer1 I can run my project!Thanks!!
Tutorial: Building a Discord bot with Node.js
Hey all,
This is the Node.js version of my tutorial on building Discord chatbot's (the other version is in Python). I'm watching the comments here and at codementor, so shout if you have any questions!
https://www.codementor.io/garethdwyer/building-a-discord-bot-with-node-js-and-repl-it-mm46r1u8y
Hello.
I'm Japanese so I can't write English well. I'm sorry.
I have a question.
I can't run my project. There is sentence in console.
It is "exit status 127".
So I can't run my project.
@ryosan1210 can you share a link to your project?
[email protected] your .replit file is wrong. Change the 'run=' line to
@GarethDwyer1 I can run my project!
Thanks!!