Discord Bot Base
Conventions
Development standards for this project
You can follow some conventions from this project to develop your discord bot
Structure
See how the project is structured and understand the purpose of each folder
ES6 Modules
Understand how ES6 Modules work
Intents
Discord bot intents using Constatic Base
Imports
Learn how to create your own import shortcuts
Env
With Node's native features, we can load environment variables
Global
An interesting feature to shorten the code a bit