Skip to content

Commit dffd981

Browse files
d
1 parent 80c38fa commit dffd981

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

index.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,10 @@ bot.login(config.token).catch((err) => console.log(err));
4646
// log that the bot is ready (optional)
4747
bot.once("ready", () => {
4848
bot.user.setActivity("Fermez browser... Vite!");
49-
bot.users.get(config.owner).send("I am now online :wink:");
49+
bot.users
50+
.get(config.owner)
51+
.send("I am now online :wink:")
52+
.catch((err) => console.error(err));
5053
console.log("Ready!".rainbow.bold.underline);
5154
});
5255

0 commit comments

Comments
 (0)