Ziloooo / discord-js-emojify

This module allows you to emojify an text.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Discord-js-emojify

Allows you to emojify an text.

📥・Installing

With npm :

npm install discord-js-emojify

With yarn :

yarn add discord-js-emojify

📚・Example :

Here is a code example of using discord-js-emojify.

const emojify = require('discord-js-emojify') // Require the package

let txt = args.slice(0).join(" ");

      if(!txt){
        return message.channel.send(`Try to provide a text.`);
      }

      return message.channel.send(emojify(txt));  // Emojify all arguments!

🎲・Discord

If you need help, come on my discord : ! "Ƶɨłø'⛉ ♆#0007 (ID : 526877994019586060)

About

This module allows you to emojify an text.

License:MIT License


Languages

Language:JavaScript 100.0%