diff --git a/src/utils/global.ts b/src/utils/global.ts index 32b4e88..9bcc768 100644 --- a/src/utils/global.ts +++ b/src/utils/global.ts @@ -13,7 +13,6 @@ declare global { static get drivers(): string[] static get formatters(): string[] - static changeDefaultChannel(channel: string): typeof Log static channel(channel: string): typeof Log static channels(...channels: string[]): typeof Log