LaifuWishlist is a supplementary Discord bot to LaifuBot to enhance the gacha experience!
DISCLAIMER: This bot is not affiliated with LaifuBot.
- 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
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