@draftbot/formatters
TypeScript icon, indicating that this package has built-in type declarations

0.3.3 • Public • Published

discord.js


Discord server npm version npm downloads Build status Code coverage

Vercel Cloudflare Workers

About

@draftbot/formatters is a collection of functions for formatting strings to be used on Discord.

Installation

Node.js 16.11.0 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

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.

Readme

Keywords

none

Package Sidebar

Install

npm i @draftbot/formatters

Weekly Downloads

12

Version

0.3.3

License

Apache-2.0

Unpacked Size

163 kB

Total Files

9

Last publish

Collaborators

  • erwan2
  • draftman