newerer start message
This commit is contained in:
parent
c01a5d85dd
commit
7a735fdf44
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(`${new Date().toISOString()} -- <@${process.env.ownerId}>\nNodding Activated.`);
|
channel.send(`${new Date().toISOString()} -- <@${process.env.ownerId}>\nStartup Sequence Complete`);
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user