Skip to content

Commit

Permalink
Discord Economy Super v1.6.9
Browse files Browse the repository at this point in the history
**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
shadowplay1 authored Oct 24, 2022
1 parent 61cbd93 commit b792f3c
Show file tree
Hide file tree
Showing 3 changed files with 63 additions and 62 deletions.
119 changes: 60 additions & 59 deletions README.md
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 ❤️
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "discord-economy-super",
"version": "1.6.7",
"version": "1.6.9",
"types": "./typings/Economy.d.ts",
"description": "Easy and customizable economy module for your Discord Bot.",
"main": "index.js",
Expand Down

0 comments on commit b792f3c

Please sign in to comment.