Skip to main content

Module: @sapphire/plugin-logger

Enumerations

Classes

Interfaces

Type Aliases

LoggerStyleResolvable

Ƭ LoggerStyleResolvable: Colorette.Color | LoggerStyleOptions

The value accepted by LoggerStyle's constructor. Read colorette's documentation for more information.

Since

1.0.0

Seealso

https://www.npmjs.com/package/colorette

Defined in

projects/plugins/packages/logger/src/lib/LoggerStyle.ts:66

Variables

version

Const version: string = '[VI]{{inject}}[/VI]'

The @sapphire/plugin-logger version that you are currently using. An example use of this is showing it of in a bot information command.

Note to Sapphire developers: This needs to explicitly be string so it is not typed as the string that gets replaced by esbuild

Defined in

projects/plugins/packages/logger/src/index.ts:19