Skip to content

Commit

Permalink
Update Events.js
Browse files Browse the repository at this point in the history
  • Loading branch information
tyowk authored Jan 4, 2025
1 parent 8e06576 commit 4c42ccd
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions src/Events.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,23 +7,23 @@
*/

exports.Events = {
/**
* Fired when the application is ready and initialized.
*/
Ready: 'ready',
/**
* Fired when the application is ready and initialized.
*/
Ready: 'ready',

/**
* Fired when an error occurs within the application.
*/
Error: 'error',

/**
* Fired when an error occurs within the application.
*/
Error: 'error',
/**
* Fired when a bot receives a vote.
*/
BotVote: 'botVote',

/**
* Fired when a bot receives a vote.
*/
BotVote: 'botVote',

/**
* Fired when a guild receives a vote.
*/
GuildVote: 'guildVote'
/**
* Fired when a guild receives a vote.
*/
GuildVote: 'guildVote'
};

0 comments on commit 4c42ccd

Please sign in to comment.