shukriadams / discord-giveawaybot

A Discord bot that gives games away. Written in NodeJS.
MIT License
30 stars 22 forks source link

Problem with self-hosting #12

Open IdkWhosThis opened 6 years ago

IdkWhosThis commented 6 years ago

I have problem with self-hosting this bot. Errors: https://hastebin.com/xobobisodu.tex

shukriadams commented 6 years ago

A very similar error was reported a few days ago and it turned out to be caused by improper directory/file nesting. Relative to the paths in your error message, you should have package.json and start.js in the following folder

C:\Users\*****\Desktop\discord-giveawaybot-master\

and settings.json in

C:\Users\*****\Desktop\discord-giveawaybot-master\discord-giveawaybot

If you already have your files set up that way, let me know, and I'll have to dig deeper into this.

IdkWhosThis commented 6 years ago

Can I make giveaway without url? (just name of prize)

shukriadams commented 6 years ago

At the moment, no. You're not the first person to ask for this feature though, I'll look into putting it in.

IdkWhosThis commented 6 years ago

Thanks. When it can be?