Creates a new event
The options for the event
The callback for the event
module.exports.default = new Event({
name: 'ready',
triggerOnce: true
}, (client) => {
console.log(`Client is ready as ${client.user.username}`);
});
The callback for the event
The options for the event
Generated using TypeDoc
Represents an event