Skip to content

Commit b4dc79c

Browse files
ayoubqrtpotb
authored andcommitted
fix: wrong names of the handlers of quoifeur module (#74)
1 parent c60ab91 commit b4dc79c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/modules/quoiFeur/quoiFeur.module.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ export const quoiFeur: BotModule = {
2222
)
2323
.toJSON(),
2424
handler: {
25-
add: addQuoiFeurToChannel,
26-
remove: removeQuoiFeurFromChannel,
25+
enable: addQuoiFeurToChannel,
26+
disable: removeQuoiFeurFromChannel,
2727
},
2828
},
2929
],

0 commit comments

Comments
 (0)