slimp/node_modules/@discordjs/formatters
2023-06-12 11:40:38 -04:00
..
dist tinyvec, gonna revert 2023-06-12 11:40:38 -04:00
CHANGELOG.md tinyvec, gonna revert 2023-06-12 11:40:38 -04:00
LICENSE tinyvec, gonna revert 2023-06-12 11:40:38 -04:00
package.json tinyvec, gonna revert 2023-06-12 11:40:38 -04:00
README.md tinyvec, gonna revert 2023-06-12 11:40:38 -04:00


discord.js


Discord server npm version npm downloads Build status Code coverage

Vercel

About

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

Installation

Node.js 16.9.0 or newer is required.

npm install @discordjs/formatters
yarn add @discordjs/formatters
pnpm add @discordjs/formatters

Example usage

import { codeBlock } from '@discordjs/formatters';

const formattedCode = codeBlock('hello world!');
console.log(formattedCode);

// Prints:
// ```
// hello world!
// ```

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.