Skip to content

Commit 4d89892

Browse files
authored
Update cron.ts (#488)
1 parent 0aa6a3e commit 4d89892

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/cron.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ import { logger } from '../logger/default';
2222

2323
const NOTIF_CHANNEL_ID: string = vars.NOTIF_CHANNEL_ID;
2424
const OFFICE_STATUS_CHANNEL_ID: string = vars.OFFICE_STATUS_CHANNEL_ID;
25-
const OFFICE_HOURS_STATUS_API = 'https://csclub.ca/office-status/json';
25+
const OFFICE_HOURS_STATUS_API = 'https://csclub.uwaterloo.ca/~webcom/office-status.json';
2626
const TARGET_GUILD_ID: string = vars.TARGET_GUILD_ID;
2727
const CODEY_COIN_ROLE_ID: string = vars.CODEY_COIN_ROLE_ID;
2828
const NUMBER_USERS_TO_ASSIGN_ROLE = 10;

0 commit comments

Comments
 (0)