Skip to content

Commit

Permalink
fix: tsc
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Smart committed Dec 8, 2022
1 parent 4839b91 commit 5511ec7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,6 @@
"@effect/io": "^0.0.30",
"@fp-ts/data": "^0.0.20"
}
}
},
"gitHead": "4839b91c2459c73010d4f04e8b540d5cf2e27568"
}
2 changes: 1 addition & 1 deletion src/Interactions/definitions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ export const guild = <
new GuildApplicationCommand<
Exclude<R, Discord.Interaction | Discord.ApplicationCommandDatum>,
E
>(command, handle as any)
>(command as any, handle as any)

export class MessageComponent<R, E> {
readonly _tag = "MessageComponent"
Expand Down

0 comments on commit 5511ec7

Please sign in to comment.