Improve JSDoc types

This commit is contained in:
Isaac
2021-05-17 18:13:55 +01:00
parent 448a1e793f
commit 950f448543
10 changed files with 15 additions and 10 deletions

View File

@@ -104,7 +104,8 @@ const {
} = require('discord.js');
/**
* The bot client
* The Discord client
* @typedef {Bot} Bot
* @extends {Client}
*/
class Bot extends Client {