/NanoLab

Genshin Impact (API) & Discord.js@v13

Primary LanguageJavaScriptMIT LicenseMIT

📑 Short Feature

  • Get All About In Game!
  • Dashboard to login!
  • SlashCommand!
  • Easy to use

🚨 Have a Problem

✈ Join Discord: NanoSpace ♪♪ mention me in chat #general or #javascript and ask problem okay! 👌

📎 Requirements

  1. Node.js Download
  2. Discord Bot Token & Client Secret! Guide
  3. MongoDB Download (Download & install = Finish!)

📚 Installation

git clone https://github.com/Adivise/NanoLab
cd NanoLab
npm install

📄 Configuration

Copy or Rename .env.example to .env and fill out the values:

# Bot
TOKEN=REPLACE_HERE
CLIENT_SECRET=REPLACE_HERE

# Database
MONGO_URI=mongodb://127.0.0.1:27017/nanolab

After installation or finishes all you can use node . to start the bot. or Run Start.bat