generated from nhcarrigan/template
All checks were successful
Node.js CI / Lint and Test (push) Successful in 31s
25 lines
503 B
TypeScript
25 lines
503 B
TypeScript
/**
|
|
* @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",
|
|
];
|