Skip to content

Commit

Permalink
feat: add getClient method
Browse files Browse the repository at this point in the history
  • Loading branch information
saenyakorn committed Dec 25, 2023
1 parent 1c72fb5 commit 37c052f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/what-is-dis/src/bot/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,10 @@ export class DiscordBot {
}
}

getClient() {
return this.client
}

async listen() {
this.setupGracefulShutdown()
this.subscribeGatewayDispatchEvents()
Expand Down

0 comments on commit 37c052f

Please sign in to comment.