Update startup message to ping owner
This commit is contained in:
parent
7bc2d38802
commit
7c1c788b3a
2
main.js
2
main.js
@ -41,7 +41,7 @@ client.once('ready', () => {
|
|||||||
fn.download.strains(client);
|
fn.download.strains(client);
|
||||||
console.log('Ready!');
|
console.log('Ready!');
|
||||||
client.channels.fetch(statusChannelId).then(channel => {
|
client.channels.fetch(statusChannelId).then(channel => {
|
||||||
channel.send(`I'm ready! ${new Date().toISOString()}`);
|
channel.send(`<@${process.env.ownerId}> I'm ready! ${new Date().toISOString()}`);
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user