simply-eco

A powerful module that allows you to create economy system in your bot with ease.

Usage no npm install needed!

<script type="module">
  import simplyEco from 'https://cdn.skypack.dev/simply-eco';
</script>

README

Simply Eco




Discord

Simply Eco is a powerful module that allows you to create economy system in your bot with ease.:)

Installation

npm install simply-eco

Without Customization

const client = <your Discord client>
const economy = require("simply-eco");

//create new economy() Class
client.eco = new economy(client , "YOUR MONGODB URI")

client.eco.<Method>({<Options>}); //return -> Promise ->

With Customization

const client = <your Discord Client>
const economy = require("simply-eco");
//create new economy() Class

client.eco = new economy(client, 'YOUR MONGODB URI', {
notify: false, 
global: true
});

// use the methods
client.eco.<Method>({<Options>}); //returns -> Promise -> 

Options

  • 📌 notify (Boolean) - Notifies in console that SimplyEco is connected to db
  • 🔮 global (Boolean) - Multi guild/Global toggle

All Methods

Features

  • Super simple
  • Easy to use
  • Works with Discord.js v12 and v13
  • Works with both Slash and Prefix Commands
  • More than 25 functions
  • Multi-Guild/Global Support
  • Great Support
  • Fully Customizable

LINKS

Credits

ko-fi