Disabling/Enabling Features
If you've done everything correctly, this is how the folder structure should look like:
Sandmine.js-master
โโโ .github
โโโ src
| โโโ events
| โโโ functions
โโโ .env
โโโ .eslintrc.json
โโโ .gitignore
โโโ CODE_OF_CONDUCT.md
โโโ Changelog.md
โโโ LICENSE
โโโ README.md
โโโ config.json
โโโ yarn.lock
โโโ package.json
Warning
Do not delete anything except files in the src/functions/
directory. If you do so, the bot might break.
The files inside src/functions
are self-explanatory. For example, pathfind.js
allows the bot to pathfind a player. If you want to remove it, you can simply delete the file.