Skip to content

Commit ac41977

Browse files
committed
fix(quoi-feur): fix typing need PartialMessage
1 parent 127552a commit ac41977

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/modules/quoiFeur/quoiFeur.helpers.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ export const reactOnEndWithQuoiUpdated = async (
6868
newMessage: Message | PartialMessage,
6969
) => {
7070
if (!(newMessage instanceof Message)) return;
71-
reactOnEndWithQuoi(newMessage);
71+
await reactOnEndWithQuoi(newMessage);
7272
};
7373

7474
export const addQuoiFeurToChannel = async (interaction: ChatInputCommandInteraction) => {

0 commit comments

Comments
 (0)