Skip to content
forked from vKxni/disco.js

Guide for Advanced Discord.js x MongoDB systems

Notifications You must be signed in to change notification settings

Lexaa01/disco.js

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 v13.5 or higher. Nodejs v16 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
  • Logging
  • Suggestions

About

Guide for Advanced Discord.js x MongoDB systems

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 99.7%
  • Shell 0.3%