1.0.30 • Published 3 years ago

simply-eco v1.0.30

Weekly downloads
-
License
GPL-3.0
Repository
github
Last release
3 years ago

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

1.0.30

3 years ago

1.0.1

3 years ago

1.0.28

3 years ago

1.0.0

3 years ago

1.0.27

3 years ago

1.0.26

3 years ago

1.0.15

3 years ago

0.0.85

4 years ago

0.0.8

4 years ago

0.0.75

4 years ago

0.0.7

4 years ago

0.0.6

4 years ago

0.0.5

4 years ago