Skip to content

Colors

Colors is an object containing common Colors. Copied form discord.js for convenience.

import { Colors } from "honocord";
// Example usage:
const embed = {
color: Colors.Blue,
title: "Hello World",
};