Anogh297

Results 19 comments of Anogh297

Probably you tried to create a command the produced the error.

Maybe clone the repo again? If you need further help feel free to join the [support server](https://discord.gg/6ETsYjDB)

### > Hmm i installed it and installed all the dependies it required why am i still getting this error.I have all files on correct directories > 'MODULE_NOT_FOUND', > requireStack:...

If you get node_modules error, copying won't do any good. Join the support server if you need help.

> https://docs.npmjs.com/cli/v6/using-npm/scripts You can read this to understand the error :) besides there is no start `script` in package.json for the bot to determine what should it do when you...

You don't have to create the database files, just boot up the bot and it will create the files if there isn't any.

Duplicate issue

Are you seeing any errors in console? Can you send a screenshot of the error?

> gyp ERR! find Python You need to install the latest version of Python. > gyp ERR! find Python Node-gyp should be able to find and use Python. If not,...

Hey there, you would need to specify your category in the `types` object in Client.js. you would need to assign it like `CATEGORY: "category"` and you would need to do...