JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 27
  • Score
    100M100P100Q56360F
  • License AGPL-3.0

A simple package to help in your discord.js needs!

Package Exports

  • discord-multipurpose

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (discord-multipurpose) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Discord Multipurpose

This is a package to help make development of Discord.js bots easier. Also has Type Declarations!

Installation

$npm i discord-multipurpose@latest

That should install the package to your project

Modules & Usage

  • Discord Emoji

const { DiscordEmoji } = require("discord-multipurpose");

console.log(DiscordEmoji.food.apple);
// Logs "🍎"

Post Script

ℹ️ Contact me at SpiderBro#8604

Feel free to make an issue or a PR in the GitHub Repository