1.0.3 • Published 8 months ago

@senka/discord-colorizer v1.0.3

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
8 months ago

SenkaDiscordColorizer

Usage

import { colorizer } from "@senka/discord-colorizer";
client.channels.get("<channel_id>").send(
  colorizer.build(`${colorizer.blue("Hello")}
 ${colorizer.red("World")}`)
);