1.0.30 • Published 2 years ago

simply-eco v1.0.30

Weekly downloads
-
License
GPL-3.0
Repository
github
Last release
2 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

2 years ago

1.0.1

2 years ago

1.0.28

2 years ago

1.0.0

2 years ago

1.0.27

2 years ago

1.0.26

2 years ago

1.0.15

2 years ago

0.0.85

2 years ago

0.0.8

2 years ago

0.0.75

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago