Merge branch '3.0.1-dev'

This commit is contained in:
Skylar Grant 2022-12-02 15:38:02 -05:00
commit a4e6660663
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ client.once('ready', () => {
fn.download.strains(client);
console.log('Ready!');
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`);
});
});