UNPKG

@dookdiks/discord-bot-builder

Version:
8 lines (7 loc) 127 B
export class BaseEventHandler { client; setClient(client) { this.client = client; return this; } }