Skip to content

Commit

Permalink
feat: add input events
Browse files Browse the repository at this point in the history
  • Loading branch information
KagChi committed Mar 16, 2023
1 parent 82fe4c8 commit ad0cacb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/constants/src/Players/InputEvents.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
export enum InputEvents {
SearchTimeout = "searchTimeout",
OnVoted = "onVoted"
}
1 change: 1 addition & 0 deletions packages/constants/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ export * from "./Players/PlayerEvents.js";
export * from "./Players/LoopType.js";
export * from "./Players/LavalinkEvents.js";
export * from "./Emoji.js";
export * from "./Players/InputEvents.js";

0 comments on commit ad0cacb

Please sign in to comment.