Skip to content
Xx-Mohit-xX edited this page Dec 1, 2021 · 1 revision

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>

//Import package
const economy = require("simply-eco");

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

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

With Customization

const client = <your Discord Client>

//Import package
const economy = require("simply-eco");

//create new economy() Class

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

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

Options

  • 📌 notify (Boolean) - Notifies when SimplyEco is connected

All Methods

Features

  • Super simple
  • Easy to use
  • Works with Discord.js v12 and v13
  • Works with both Slash and Prefix Commands
  • Great Support
  • Fully Customizable

LINKS

Credits