We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent caef412 commit 8e69cb6Copy full SHA for 8e69cb6
src/modules/quoiFeur/quoiFeur.helpers.ts
@@ -62,7 +62,7 @@ export const reactOnEndWithQuoi = async (message: Message) => {
62
await reactWithFeur(message);
63
};
64
65
-export const reactOnEndWithQuoiUpdated = async (oldMessage: Message, newMessage: Message) =>
+export const reactOnEndWithQuoiUpdated = async (_oldMessage: Message, newMessage: Message) =>
66
reactOnEndWithQuoi(newMessage);
67
68
export const addQuoiFeurToChannel = async (interaction: ChatInputCommandInteraction) => {
0 commit comments