UNPKG

axoncore

Version:

The best fully featured discord bot framework. Universal Client, Command and Event handler.

10 lines (8 loc) 208 B
import { ALogger } from '../'; // @ts-ignore import * as Winston from 'winston'; export declare class WinstonLogger extends ALogger { /** Winston */ public out: Winston.Logger; public type: 3; }