Cooler ready message

This commit is contained in:
Skylar Grant 2022-12-02 15:20:06 -05:00
parent 7c1c788b3a
commit c01a5d85dd
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ client.once('ready', () => {
fn.download.strains(client);
console.log('Ready!');
client.channels.fetch(statusChannelId).then(channel => {
channel.send(`<@${process.env.ownerId}> I'm ready! ${new Date().toISOString()}`);
channel.send(`${new Date().toISOString()} -- <@${process.env.ownerId}>\nNodding Activated.`);
});
});