We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 127552a commit ac41977Copy full SHA for ac41977
src/modules/quoiFeur/quoiFeur.helpers.ts
@@ -68,7 +68,7 @@ export const reactOnEndWithQuoiUpdated = async (
68
newMessage: Message | PartialMessage,
69
) => {
70
if (!(newMessage instanceof Message)) return;
71
- reactOnEndWithQuoi(newMessage);
+ await reactOnEndWithQuoi(newMessage);
72
};
73
74
export const addQuoiFeurToChannel = async (interaction: ChatInputCommandInteraction) => {
0 commit comments