UNPKG

@sapphire/discord.js-utilities

Version:

Discord.js specific utilities for your JavaScript/TypeScript bots

65 lines (40 loc) 3.16 kB
<div align="center"> ![Sapphire Logo](https://raw.githubusercontent.com/sapphiredev/assets/main/banners/SapphireCommunity.png) # @sapphire/discord.js-utilities **Discord.js specific utilities for your JavaScript/TypeScript bots.** [![GitHub](https://img.shields.io/github/license/sapphiredev/utilities)](https://github.com/sapphiredev/utilities/blob/main/LICENSE.md) [![npm bundle size](https://img.shields.io/bundlephobia/min/@sapphire/discord.js-utilities?logo=webpack&style=flat-square)](https://bundlephobia.com/result?p=@sapphire/discord.js-utilities) [![npm](https://img.shields.io/npm/v/@sapphire/discord.js-utilities?color=crimson&logo=npm&style=flat-square)](https://www.npmjs.com/package/@sapphire/discord.js-utilities) </div> ## Description There many functions that are always extremely useful to have when developing bots with [Discord.js]. Such as channel type guards, paged messages and more. For this purpose we provide @sapphire/discord.js-utilities. This is also an extension of sorts on our package [@sapphire/discord-utilities], which is agnostic to the API library you're using for your bot. That is to say, @sapphire/discord.js-utilities re-exports all functions from [@sapphire/discord-utilities] ## Features - Written in TypeScript. - Bundled with esbuild to provide size-optimal bundles. - Offers CommonJS and ESM bundles. ## Installation `@sapphire/discord.js-utilities` depends on the following packages. Be sure to install these along with this package! - [`discord.js`](https://www.npmjs.com/package/discord.js) You can use the following command to install this package, or replace `npm install` with your package manager of choice. ```sh npm install @sapphire/discord.js-utilities discord.js ``` --- ## Buy us some doughnuts Sapphire Community is and always will be open source, even if we don't get donations. That being said, we know there are amazing people who may still want to donate just to show their appreciation. Thank you very much in advance! We accept donations through Open Collective, Ko-fi, Paypal, Patreon and GitHub Sponsorships. You can use the buttons below to donate through your method of choice. | Donate With | Address | | :-------------: | :-------------------------------------------------: | | Open Collective | [Click Here](https://sapphirejs.dev/opencollective) | | Ko-fi | [Click Here](https://sapphirejs.dev/kofi) | | Patreon | [Click Here](https://sapphirejs.dev/patreon) | | PayPal | [Click Here](https://sapphirejs.dev/paypal) | ## Contributors Please make sure to read the [Contributing Guide][contributing] before making a pull request. Thank you to all the people who already contributed to Sapphire! <a href="https://github.com/sapphiredev/utilities/graphs/contributors"> <img src="https://contrib.rocks/image?repo=sapphiredev/utilities" /> </a> [contributing]: https://github.com/sapphiredev/.github/blob/main/.github/CONTRIBUTING.md [@sapphire/discord-utilities]: https://www.npmjs.com/package/@sapphire/discord-utilities [discord.js]: https://discordjs.dev