1
1
mirror of https://github.com/Burn-E99/GroupUp.git synced 2026-06-04 08:53:49 -04:00

add todo statements for dt verification

This commit is contained in:
Ean Milligan (Bastion)
2023-04-27 03:15:17 -04:00
parent 01ccf34ccf
commit c45e43a1b1
3 changed files with 3 additions and 3 deletions

View File

@@ -57,6 +57,6 @@ export const ready = (rawBot: Bot) => {
},
],
}],
}).catch((e: Error) => utils.commonLoggers.messageSendError('ready.ts:71', 'Startup', e));
}).catch((e: Error) => utils.commonLoggers.messageSendError('ready.ts@startup', 'Startup', e));
}, 1000);
};