Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

emo-eco

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

emo-eco

Emoji Economy For Discord Bots!

  • 0.0.1
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
1
decreased by-75%
Maintainers
1
Weekly downloads
 
Created
Source

Emo Eco

  • This Package Is Under Development!
  • This Package Is Mainly For Discord Bots (Discord.js)
  • Make Sure To Install Wio.db Before Using Package!
  • Stable Verison : Not Released
  • Full : Emoji Economy

Usage

const Discord = require("discord.js");
const Emo = require("emo-eco");
const client = new Discord.Client();

client.on("ready", () => {
    console.log("Bot Is Ready With Emo-Eco!");
});

client.on("message", async message => {
    if (message.content.toLowerCase() === "balance") {
        let Data = await Emo.Balance(message.guild.id, message.author.id);
        return message.channel.send(Data.Money);
    }
});

client.login("Put Your Epic Bot Token Here!");

Why Emo-Eco?

  • Fast & Easy To Use
  • Stores Data In Json File
  • Support

Documentation

  • All Functions Return Data As Objects (.)

Daily(GuildID, UserID): Daily | Add Money To The User (1000, NO COOLDOWN)!

Response : GuildID, UserID, AddedMoney, OldMoney, NewMoney, TimeStamp

SetMoney(GuildID, UserID, Amount): SetMoney | Set The Money Of User!

Response : GuildID, UserID, SettedMoney, OldMoney, NewMoney, TimeStamp

AddMoney(GuildID, UserID, Amount): AddMoney | Add Money To The User!

Response : GuildID, UserID, AddedMoney, OldMoney, NewMoney, TimeStamp

RemoveMoney(GuildID, UserID, Amount): RemoveMoney | Remove Money To The User!

Response : GuildID, UserID, RemovedMoney, OldMoney, NewMoney, TimeStamp

Balance(GuildID, UserID): Balance | Show Money Of User!

Response : GuildID, UserID, Money, TimeStamp

GetMoney(GuildID, UserID): GetMoney | Show Money Of User!

Response : GuildID, UserID, Money, TimeStamp

Work(GuildID, UserID, Currency, SpaceInCurrency): Work | Work & Get Paid (NO COOLDOWN)!

Response : GuildID, UserID, AddedMoney, OldMoney, NewMoney, Work, Job, Line, TimeStamp

More!

Note: This Package Is Using Many Websites For Getting Stuff, Thanks To Websites Owners

  • This Package Is Made With 💖 By Emoji

  • Donations Will Help Us To Maintain This Package

  • Thank You For Reading & Using This Package ;)

  • Patreon (Legendary Emoji) => Click Me

Keywords

FAQs

Package last updated on 21 Oct 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc