all repos — stealth-developers @ fad38ce4ed8a23e145bc51c694dc2bef33c9b5ab

src/utils/logging.ts (view raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
 10
import { Logger as Lily } from "@sillowww/lily";
const lily = new Lily("bot");

const loggers = {
	events: lily.child("Events"),
	interactions: lily.child("Interactions"),
};

export default lily;
export { loggers };