Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/issadarkthing/discordjs-rpg
discord.js rpg framework
https://github.com/issadarkthing/discordjs-rpg
Last synced: 1 day ago
JSON representation
discord.js rpg framework
- Host: GitHub
- URL: https://github.com/issadarkthing/discordjs-rpg
- Owner: issadarkthing
- License: mit
- Created: 2021-09-15T02:44:30.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-05-30T05:29:12.000Z (over 1 year ago)
- Last Synced: 2024-10-30T13:16:36.681Z (20 days ago)
- Language: TypeScript
- Homepage: discordjs-rpg.vercel.app
- Size: 421 KB
- Stars: 2
- Watchers: 1
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# discordjs-rpg
Simple RPG framework which to be used for my personal projects. Though, this
library is freely available to be used by anyone as it is MIT licensed.## Features
- Battle system
- Armor system
- Pet system
- Skill system
- Extensible
- No database constraint## Required package
This package requires `discord.js@v14` in order to work.### Documentation
discordjs-rpg documentation website -
[here](https://discordjs-rpg.vercel.app/index.html)Examples - [here](./src/test/)