Skip to content

Discord bot emulating Rare Egg Machine from mobile game Puzzle & Dragons

Notifications You must be signed in to change notification settings

AndrooTheChen/REMi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

Repository files navigation

REMi

API server for a Discord bot to emulate the Rare Egg Machine gacha from the mobile game Puzzle & Dragons.

Setup

To install dependencies run npm install at the root of this repository.

To deploy the API server, use the command npm run deploy. Alternatively, deploy the server without access to the database using npm run debug.

To lint the codebase before contributing, use the command npm run lint. To force rewrite files to match lint specifications, use the command npm run clean.

Supported Commands (WIP)

%roll - roll for a monster!
%monbox - print monster box of collected monsters
%myrolls - see how many rolls you have left
%myclaims - see how many claims you have left
%help - list all commands

Repository Structure

remi/ - main driver code
monsters/ - <key, value> pairs of URLs and monsters scraped with PADx scraper which is loaded on runtime. resources/ - misc. folder for other REMi resources
deprecated/ - older files used for testing
Dashboard/ - front-end dashboard for users to view their monsters in a browser (WIP 06/20)

About

Discord bot emulating Rare Egg Machine from mobile game Puzzle & Dragons

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published