Apply styles on existing Embed
Example Usage:
const embed = style.apply(ctx, generateHelpCommandAsEmbed())
Extends (or Override) this style
new extended EmbedStyle
Create Template Embed based on styles
Example Usage:
import { style } from "./where/you/export/yourStyle"
const emb = style.use(ctx).setTitle(...)
CocoaEmbed, Derived Class of Embed
Usage:
Embed Styles Properties:
Embed Styles Methods (See each's method JSDoc for more info):
You can also pass the function that recieves Command Context and return the option.