Forgot to allow checking in prod
This commit is contained in:
parent
5d8aaf85c2
commit
08f721aa70
1
main.js
1
main.js
@ -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>`);
|
||||
|
Loading…
Reference in New Issue
Block a user