UNPKG

blwebhooks

Version:

Webhook Vote Reciever For Lists Such As top.gg, InfinityBotList and Many More To Come!

16 lines (15 loc) 374 B
/** * Default manager configuration for the client instance * @since 1.0.0 */ export interface ManagerConfig { storage: null | string; extraLogging: boolean; protocol: 'discordjs' | 'eris'; extra: { extraProtection: boolean; proxyTrust: boolean; shardedClient: boolean; }; } export declare const defaultManager: ManagerConfig;