docs(wrapper.ts) Add events property to JSDoc

This commit is contained in:
Jacob Nguyen
2022-03-08 18:14:42 -06:00
parent 0dd95be59a
commit 9ce1314133

View File

@@ -7,8 +7,9 @@ import type { DiscordEvent } from '../../types/handler';
* @property {readonly Client} client
* @property {readonly string} prefix
* @property {readonly string} commands
* @prop {(handler : Handler) => void)} ini
* @prop {(handler : Handler) => void)} init
* @property {readonly {test: boolean, id: string}[]} privateServers
* @prop { readonly DiscordEvent[] } events
*/
interface Wrapper {
readonly client: Client;