We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0aa6a3e commit 4d89892Copy full SHA for 4d89892
src/components/cron.ts
@@ -22,7 +22,7 @@ import { logger } from '../logger/default';
22
23
const NOTIF_CHANNEL_ID: string = vars.NOTIF_CHANNEL_ID;
24
const OFFICE_STATUS_CHANNEL_ID: string = vars.OFFICE_STATUS_CHANNEL_ID;
25
-const OFFICE_HOURS_STATUS_API = 'https://csclub.ca/office-status/json';
+const OFFICE_HOURS_STATUS_API = 'https://csclub.uwaterloo.ca/~webcom/office-status.json';
26
const TARGET_GUILD_ID: string = vars.TARGET_GUILD_ID;
27
const CODEY_COIN_ROLE_ID: string = vars.CODEY_COIN_ROLE_ID;
28
const NUMBER_USERS_TO_ASSIGN_ROLE = 10;
0 commit comments