Skip to content

🤖 Moonlight is a multi-purpose Discord bot in Spanish.

License

Notifications You must be signed in to change notification settings

barrientosvctor/moonlight

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Moonlight Discord Bot

Moonlight is a multi-purpose Discord bot in Spanish.

Authors

Environment Variables

To run this project, you will need to add the following environment variables to your .env file

DISCORD_TOKEN: Get it on Discord Developer Portal

Run Locally

Clone the project

  git clone https://github.com/barrientosvctor/moonlight.git

Go to the Moonlight directory

  cd moonlight

Install dependencies

  npm i

Run on production

Build the project

  npm run build

Start the bot

  npm start

Run on development

Make sure the PATH_CREATOR_DEV_MODE constant is set to true. That constant is located into pathCreator.constant.ts.

Then run the following command:

  npm run dev

Acknowledgements