UNPKG

shadow-core

Version:

A modular core framework for Discord bot development, providing commands, buttons, menus, middleware, and more.

11 lines (10 loc) 207 B
export interface LokiConfig { host: string; username?: string; password?: string; labels?: Record<string, string>; } export interface LogEntry { timestamp: number; message: string; }