Skip to content

Commit cc72ec6

Browse files
fix missing commas
1 parent e8face1 commit cc72ec6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/modules/moderation/moderation.module.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@ export const ModerationModule: Module = {
3030
WordlistCommand,
3131
ReputationCommand,
3232
],
33-
listeners: [...InviteListeners, TempBanListener, WarningSchedulerListener DeletedMessagesListener],
33+
listeners: [...InviteListeners, TempBanListener, WarningSchedulerListener, DeletedMessagesListener],
3434
};

0 commit comments

Comments
 (0)