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.2
  • latest
  • Source
  • npm
  • Socket score

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

Emo Eco 😁

  • Make Sure To Install Wio.db Before Using Package!
  • This Package Is For Discord Bots (Mainly Discord.js)
  • Full : Emoji Economy
  • Report Bugs, Errors, Problems In Support Server
  • Stable Version : Current Version

Usage 📕

//Discord.js - discord.js.org
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() === "work") {
        let Data = await Emo.Work(message.guild.id, message.author.id);
        return message.channel.send(Data.Line);
    };
});

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

Why Emo-Eco ❓

Documentation 📖

More 😉

Note : This Package Is Using Wio.db (Database)

  • This Package Is Made With 💖 By Legendary Emoji#1742

  • Donations Will Help Us To Maintain This Package

  • Documentation => Click Me

  • Support Server => Click Me

  • Patreon (Legendary Emoji) => Click Me

Keywords

FAQs

Package last updated on 27 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