Skip to content

Latest commit

 

History

History
53 lines (35 loc) · 1.11 KB

README.md

File metadata and controls

53 lines (35 loc) · 1.11 KB

LaifuWishlist

About

LaifuWishlist is a supplementary Discord bot to LaifuBot to enhance the gacha experience!

DISCLAIMER: This bot is not affiliated with LaifuBot.

Features

  • Character and series wishlists
  • Unlimited wishlist slots
  • Support for image numbers in character wishlists
  • Wishlist alerts for gacha, view, and burn commands
  • Notifications for medal drops and finished drop cooldowns

Prequisites

Getting started

Clone the repository, install dependencies, and build files.

git clone https://github.com/minidomo/laifuwishlist.git
cd laifuwishlist
npm install
npm run build

Create a .env file in the root directory and set environment variables accordingly. See .env.example.

Start a MongoDB local instance in a separate terminal.

This is not needed if you're using something like MongoDB Atlas.

mongod

Deploy commands to your bot.

npm run commands:prod

Start the bot.

npm run start:prod