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@latestThat 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