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

24
src/config/channels.ts Normal file
View File

@ -0,0 +1,24 @@
/**
* @copyright nhcarrigan
* @license Naomi's Public License
* @author Naomi Carrigan
*/
/**
* The channels to post standup reminders in.
*/
export const channels = [
"1326291362483671202",
"1329625299406684263",
"1326291172896931921",
"1326291132535013409",
"1326291241045856286",
"1326291186863833169",
"1326291226332496026",
"1326291379621597304",
"1326291254421749770",
"1326291160632655983",
"1326291146267430912",
"1326291198666866788",
"1326291214026408009",
];