Skip to content

Commit

Permalink
1.0.1
Browse files Browse the repository at this point in the history
Fix JSDoc mistype
  • Loading branch information
TeraBaito committed Aug 30, 2021
1 parent 2be1b3f commit 22f45de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/events/client/ready.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const chalk = require('chalk');
* Triggers once the bot loads all the other events and goes online.
* Useful to show ready messages and do/set things at startup.
*
* @param {Client} bot
* @param {Bot} bot
*/
module.exports = bot => {
console.info(`${chalk.green('[Info]')} - ${bot.user.username} online!`);
Expand Down

0 comments on commit 22f45de

Please sign in to comment.