Ettokun / disco.js

Guide for Advanced Discord.js x MongoDB systems

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Djs

disco.js

Discord.js Guide on how to build advanced system using Mongoose and Node.js

Requirements

  • Basic Knowledge of JavaScript/NodeJS
  • Basic+ Knowledge of MongoDB/Mongoose
  • Basic+ experience with NPM
  • Good experience with Discord.js
  • A working connection to MongoDB with Schemas

Discord.js v12 or higher. Nodejs v14 or higher.

Understanding Pathing

/ = Root directory.
. = This location.
.. = Up a directory.
./ = Current directory.
../ = Parent of current directory.
../../ = Two directories backwards.

Get started

Click any Folder you would like to work with, in there is a README.md where every little step is explained. Sometimes, there is a src folder with the source code in action.

Projects

  • Premium System
  • Welcome/Autorole

About

Guide for Advanced Discord.js x MongoDB systems


Languages

Language:JavaScript 99.7%Language:Shell 0.3%