Skip to content

Commit

Permalink
type fix
Browse files Browse the repository at this point in the history
  • Loading branch information
3vorp committed Sep 2, 2024
1 parent 8d5f25c commit 5526147
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/functions/submission/utility/choiceEmbed.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const DEBUG = process.env.DEBUG.toLowerCase() == "true";
* @param choices pre-mapped choices
*/
export default async function choiceEmbed(
message: Message,
message: Message<true>,
choices: SelectMenuComponentOptionData[],
) {
const emojis = settings.emojis.default_select;
Expand Down

0 comments on commit 5526147

Please sign in to comment.