@draftbot/formatters
v0.5.0-1
Published
A set of functions to format strings for Discord.
Downloads
124
Readme
About
@draftbot/formatters
is a collection of functions for formatting strings to be used on Discord.
Installation
Node.js 18 or newer is required.
npm install @draftbot/formatters
yarn add @draftbot/formatters
pnpm add @draftbot/formatters
bun add @draftbot/formatters
Example usage
import { codeBlock } from '@draftbot/formatters';
const formattedCode = codeBlock('hello world!');
console.log(formattedCode);
// Prints:
// ```
// hello world!
// ```
Links
- Website (source)
- Documentation
- Guide (source) Also see the v13 to v14 Update Guide, which includes updated and removed items from the library.
- discord.js Discord server
- Discord API Discord server
- GitHub
- npm
- Related libraries
Contributing
Before creating an issue, please ensure that it hasn't already been reported/suggested, and double-check the documentation. See the contribution guide if you'd like to submit a PR.
Help
If you don't understand something in the documentation, you are experiencing problems, or you just need a gentle nudge in the right direction, please don't hesitate to join our official discord.js Server.