simply-eco
TypeScript icon, indicating that this package has built-in type declarations

1.0.30 • Public • Published

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

Package Sidebar

Install

npm i simply-eco

Weekly Downloads

13

Version

1.0.30

License

GPL-3.0

Unpacked Size

187 kB

Total Files

27

Last publish

Collaborators

  • xx-mohit-xxx