simply-eco
v1.0.30
Published
A powerful module that allows you to create economy system in your bot with ease.
Downloads
24
Maintainers
Readme
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
- Methods: LINK
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
- Current Owner: @Xx-Mohit-xX
- Typescript Upgrade: @RaZeSloth
- Originally From: @Yash094