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 };