Forgot to allow checking in prod

This commit is contained in:
Skylar Grant 2023-01-28 00:30:57 -05:00
parent 5d8aaf85c2
commit 08f721aa70
1 changed files with 1 additions and 0 deletions

View File

@ -30,6 +30,7 @@ client.once('ready', () => {
fn.collections.slashCommands(client);
console.log('Ready!');
client.user.setActivity({ name: strings.activity.name, type: ActivityType.Watching });
fn.checkReady(client);
if (isDev == 'false') {
client.channels.fetch(statusChannelId).then(channel => {
channel.send(`${new Date().toISOString()} -- \nStartup Sequence Complete <@481933290912350209>`);