RavenBot/events/ready.js

8 lines
138 B
JavaScript
Raw Normal View History

2021-04-23 15:20:48 -04:00
const Discord = require("discord.js");
module.exports = async (bot) => {
console.log(`${bot.user.username} is online!`);
}