diff --git a/main.js b/main.js index 6ea0a28..61716ef 100644 --- a/main.js +++ b/main.js @@ -41,7 +41,7 @@ client.once('ready', () => { fn.download.strains(client); console.log('Ready!'); 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()}`); }); });