Skip to content

MoonLGH/Tsukari-Bot

Repository files navigation

Tsukari (月の光/Tsuki no hikari) Bot

Tsukari is an OpenSource Discord Bot that created with TS(TypeScript) And Discord.JS

How To Get

Make Sure you have Node.JS(v16.6.0 to lastest) and git installed already

  1. Create a new project.
  2. Clone this project (https://github.com/MoonLGH/Tsukari-Bot.git) Move to the How To Use Section

How To Use Tsukari Bot

Make sure you have do the How To Get

  1. Create file Named ".env" in the Project Folder
  2. Put Your Discord Bot Token into TOKEN variable in your .env Example
  3. Run it Move to How To Run section

How To Run

Run Bot Normally Run As Dev
Runs Normal Run As Dev With Nodemon

Run Normal

  1. create .env file on the main project folder like .env Example
  2. Fill default.js on src folder with something like this
  3. type npm run start in Terminal/CLI

Runs As Dev With Nodemon

  1. create .env file on the main project folder like .env Example
  2. Fill default.js on src folder with something like this
  3. type npm run dev in Terminal/CLI