feat: initial prototype
All checks were successful
Node.js CI / Lint and Test (push) Successful in 31s

This commit is contained in:
2025-02-25 16:37:00 -08:00
parent 2ba0ae631b
commit f3ab9e541f
12 changed files with 4978 additions and 0 deletions

12
src/utils/logger.ts Normal file
View File

@ -0,0 +1,12 @@
/**
* @copyright nhcarrigan
* @license Naomi's Public License
* @author Naomi Carrigan
*/
import { Logger } from "@nhcarrigan/logger";
export const logger = new Logger(
"Standup Bot",
process.env.LOG_TOKEN ?? "",
);