Skip to content

Commit

Permalink
Add InteractionBuilder
Browse files Browse the repository at this point in the history
  • Loading branch information
FinlayDaG33k committed Jan 24, 2024
1 parent ef3e8b2 commit 47a643e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions discord/mod.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ export { EventDispatcher } from "./event/dispatcher.ts";
export type { Event } from "./event/event.ts";

// Export InteractionDispatcher
export { InteractionBuilder } from "./interaction/builder.ts";
export { InteractionDispatcher } from "./interaction/dispatcher.ts";
export type { InteractionConfig } from "./interaction/dispatcher.ts";
export { Interaction } from "./interaction/interaction.ts";
Expand Down

0 comments on commit 47a643e

Please sign in to comment.