-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
**v1.6.9:** - Fixed bugs. - Fixed typings bugs. - Added missing JSDocs for `CacheManager` and all the `CachedItem`s! - Added a configuration example in *Initialation Example* on the [Examples](https://des-docs.js.org/#/docs/main/1.6.9/general/examples) page of the module.
- Loading branch information
1 parent
61cbd93
commit b792f3c
Showing
3 changed files
with
63 additions
and
62 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,60 +1,61 @@ | ||
# Discord Economy Super | ||
|
||
[![Downloads](https://img.shields.io/npm/dt/discord-economy-super?style=for-the-badge)](https://www.npmjs.com/package/discord-economy-super) | ||
[![Stable Version](https://img.shields.io/npm/v/discord-economy-super?style=for-the-badge)](https://www.npmjs.com/package/discord-economy-super) | ||
|
||
<b>Discord Economy Super</b> - Easy and customizable economy framework for your [Discord Bot](https://discord.js.org/#/). | ||
|
||
## ❓ | Why? | ||
<ul> | ||
<li><b>Clean TypeScript Defenitions 📘</b></li> | ||
<li><b><a href="https://des-docs.js.org/#/docs/main/1.6.7/general/migrating-to-mongo">MongoDB Support 🍃</a></b></li> | ||
<li><b>Flexible and Customizable ⚙️</b></li> | ||
<li><b>Easy to use 👍</b></li> | ||
<li><b>Beginner Friendly 😄</b></li> | ||
<li><b>Shop/Inventory System 🛒</b></li> | ||
<li><b>Balance/Bank balance Systems 🏦</b></li> | ||
<li><b>Multi-Server Setup 🔧</b></li> | ||
</ul> | ||
|
||
## 📂 | Installation | ||
<b>Note:</br><b> | ||
<b>Node.js 14.0.0 or newer is required.</b><br> | ||
```console | ||
$ npm i discord-economy-super | ||
$ yarn add discord-economy-super | ||
$ pnpm add discord-economy-super | ||
``` | ||
|
||
## [[Module Documentation]](https://des-docs.js.org) | ||
|
||
## 🛠️ | Examples | ||
[MongoDB Examples](https://github.com/shadowplay1/discord-economy-super/tree/main/examples/mongodb) | ||
|
||
[JSON Examples](https://github.com/shadowplay1/discord-economy-super/tree/main/examples/json) | ||
|
||
## 🤔 | Help | ||
<b>If you don't understand something in the documentation or you are experiencing problems, feel free to join our <a href = "https://discord.gg/4pWKq8vUnb">Support Server</a>.</b> | ||
|
||
## 🕘 | My Other Modules | ||
<ul> | ||
<li><b><a href="https://www.npmjs.com/package/discord-achievements">discord-achievements</a></b></li> | ||
<li><b><a href="https://www.npmjs.com/package/quick-mongo-super">quick-mongo-super</a></b></li> | ||
<li><b><a href="https://www.npmjs.com/package/discord-leveling-super">discord-leveling-super</a></b></li> | ||
</ul> | ||
|
||
## ❗ | Useful Links | ||
<ul> | ||
<li><b><a href = "https://des-docs.js.org">Documentation</a></b></li> | ||
<li><b><a href = "https://www.npmjs.com/package/discord-economy-super">NPM</a></b></li> | ||
<li><b><a href = "https://des-docs.js.org/#/docs/main/1.6.7/general/faq">Frequently Asked Questions</a></b></li> | ||
<li><b><a href = "https://github.com/shadowplay1/discord-economy-super">GitHub</a></b></li> | ||
<li><b><a href = "https://github.com/shadowplay1/discord-economy-super/tree/main/examples">Examples</a></b></li> | ||
<li><b><a href = "https://discord.gg/4pWKq8vUnb">Discord Server</a></b></li> | ||
</ul> | ||
<br> | ||
<b>If you don't understand something in the documentation or you are experiencing problems, feel free to join our <a href = "https://discord.gg/4pWKq8vUnb">Support Server</a>.</b> | ||
<br> | ||
<b>Module Created by ShadowPlay.</b> | ||
|
||
# Discord Economy Super | ||
|
||
[![Downloads](https://img.shields.io/npm/dt/discord-economy-super?style=for-the-badge)](https://www.npmjs.com/package/discord-economy-super) | ||
[![Stable Version](https://img.shields.io/npm/v/discord-economy-super?style=for-the-badge)](https://www.npmjs.com/package/discord-economy-super) | ||
[![Build Status](https://github.com/shadowplay1/discord-economy-super/workflows/build/badge.svg)](https://www.npmjs.com/package/discord-economy-super) | ||
|
||
<b>Discord Economy Super</b> - Easy and customizable economy framework for your [Discord Bot](https://discord.js.org/#/). | ||
|
||
## ❓ | Why? | ||
<ul> | ||
<li><b>Clean TypeScript Defenitions 📘</b></li> | ||
<li><b><a href="https://des-docs.js.org/#/docs/main/1.6.9/general/migrating-to-mongo">MongoDB Support 🍃</a></b></li> | ||
<li><b>Flexible and Customizable ⚙️</b></li> | ||
<li><b>Easy to use 👍</b></li> | ||
<li><b>Beginner Friendly 😄</b></li> | ||
<li><b>Shop/Inventory System 🛒</b></li> | ||
<li><b>Balance/Bank balance Systems 🏦</b></li> | ||
<li><b>Multi-Server Setup 🔧</b></li> | ||
</ul> | ||
|
||
## 📂 | Installation | ||
<b>Note:</br><b> | ||
<b>Node.js 14.0.0 or newer is required.</b><br> | ||
```console | ||
$ npm i discord-economy-super | ||
$ yarn add discord-economy-super | ||
$ pnpm add discord-economy-super | ||
``` | ||
|
||
## [[Module Documentation]](https://des-docs.js.org) | ||
|
||
## 🛠️ | Examples | ||
[MongoDB Examples](https://github.com/shadowplay1/discord-economy-super/tree/main/examples/mongodb) | ||
|
||
[JSON Examples](https://github.com/shadowplay1/discord-economy-super/tree/main/examples/json) | ||
|
||
## 🤔 | Help | ||
<b>If you don't understand something in the documentation or you are experiencing problems, feel free to join our <a href = "https://discord.gg/4pWKq8vUnb">Support Server</a>.</b> | ||
|
||
## 🕘 | My Other Modules | ||
<ul> | ||
<li><b><a href="https://www.npmjs.com/package/discord-achievements">discord-achievements</a></b></li> | ||
<li><b><a href="https://www.npmjs.com/package/quick-mongo-super">quick-mongo-super</a></b></li> | ||
<li><b><a href="https://www.npmjs.com/package/discord-leveling-super">discord-leveling-super</a></b></li> | ||
</ul> | ||
|
||
## ❗ | Useful Links | ||
<ul> | ||
<li><b><a href = "https://des-docs.js.org">Documentation</a></b></li> | ||
<li><b><a href = "https://www.npmjs.com/package/discord-economy-super">NPM</a></b></li> | ||
<li><b><a href = "https://des-docs.js.org/#/docs/main/1.6.9/general/faq">Frequently Asked Questions</a></b></li> | ||
<li><b><a href = "https://github.com/shadowplay1/discord-economy-super">GitHub</a></b></li> | ||
<li><b><a href = "https://github.com/shadowplay1/discord-economy-super/tree/main/examples">Examples</a></b></li> | ||
<li><b><a href = "https://discord.gg/4pWKq8vUnb">Discord Server</a></b></li> | ||
</ul> | ||
<br> | ||
<b>If you don't understand something in the documentation or you are experiencing problems, feel free to join our <a href = "https://discord.gg/4pWKq8vUnb">Support Server</a>.</b> | ||
<br> | ||
<b>Module Created by ShadowPlay.</b> | ||
|
||
# ❤️ Thanks for using Discord Economy Super ❤️ |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters