Socket
Socket
Sign inDemoInstall

emo-eco

Package Overview
Dependencies
3
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    emo-eco

Emoji Economy For Discord Bots!


Version published
Weekly downloads
2
decreased by-71.43%
Maintainers
1
Created
Weekly downloads
 

Readme

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

Last updated on 27 Oct 2020

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc