ZeroDiscord / Giveaway

Easy To Use Giveaway Bot For Discord Written In Discord.js v14. Ft. Slash Commands & Select Menus. Make Giveaways and seamlessly enjoy giveaways on your discord server with advanced features such as role and server requirements!
Creative Commons Zero v1.0 Universal
148 stars 131 forks source link

[ BUG ] #19

Closed binary-blazer closed 2 years ago

binary-blazer commented 2 years ago

How can I host the bot 24/7? Bc I tryed it but the bot says an error and that the bot needs the node index.js start command but when I change the start command npm start to node index.js then it says to me: "Module not Found" pls help

And when I use the help command then the bot crashes

ZeroDiscord commented 2 years ago

You need to type these commands in order:

npm install # this will install all dependencies 
node index.js # or npm start this will start the code