gwen-abalise/src/utils/logger.ts
Naomi Carrigan 5fc6d664e4
Some checks failed
Node.js CI / Lint and Test (push) Has been cancelled
feat: initial prototype
2025-02-23 19:45:53 -08:00

13 lines
227 B
TypeScript

/**
* @copyright nhcarrigan
* @license Naomi's Public License
* @author Naomi Carrigan
*/
import { Logger } from "@nhcarrigan/logger";
export const logger = new Logger(
"Gwen Abalise",
process.env.LOG_TOKEN ?? "",
);