Merge branch '3.0.1-dev'
This commit is contained in:
commit
f2c1c1cb0e
2
main.js
2
main.js
@ -40,7 +40,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(`${new Date().toISOString()} -- <@${process.env.ownerId}>\nNodding Activated.`);
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user