UNPKG

@bastion/tesseract

Version:

The heart and soul of the Bastion bot.

10 lines (9 loc) 474 B
import { CacheType, ChatInputCommandInteraction, ContextMenuCommandInteraction } from "discord.js"; declare class TesseractLogger { static command: (interaction: ChatInputCommandInteraction<CacheType> | ContextMenuCommandInteraction<CacheType>) => void; static error: (...message: unknown[]) => void; static ignore: () => void; static info: (...message: unknown[]) => void; static warn: (...message: unknown[]) => void; } export default TesseractLogger;