mirror of
https://github.com/sern-handler/handler
synced 2026-06-18 22:02:13 +00:00
docs(wrapper.ts) Add events property to JSDoc
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user