https://github.com/minidomo/laifuwishlist
A supplementary Discord bot to LaifuBot to enhance the gacha experience.
https://github.com/minidomo/laifuwishlist
discord-bot discordjs gacha laifu laifubot wishlist
Last synced: 7 months ago
JSON representation
A supplementary Discord bot to LaifuBot to enhance the gacha experience.
- Host: GitHub
- URL: https://github.com/minidomo/laifuwishlist
- Owner: minidomo
- License: mit
- Created: 2021-08-13T11:10:46.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-07-23T16:35:01.000Z (about 3 years ago)
- Last Synced: 2025-01-19T10:14:57.487Z (9 months ago)
- Topics: discord-bot, discordjs, gacha, laifu, laifubot, wishlist
- Language: TypeScript
- Homepage:
- Size: 287 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
LaifuWishlist
## About
LaifuWishlist is a supplementary Discord bot to [LaifuBot](https://laifubot.fandom.com/wiki/Laifubot_Wiki) 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
- [Node.js](https://nodejs.org/en/)
- [MongoDB](https://www.mongodb.com/)## Getting started
Clone the repository, install dependencies, and build files.
```sh
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.
```sh
mongod
```Deploy commands to your bot.
```sh
npm run commands:prod
```Start the bot.
```sh
npm run start:prod
```