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 buildCreate 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.
mongodDeploy commands to your bot.
npm run commands:prodStart the bot.
npm run start:prod