diff --git a/src/mahoji/commands/cl.ts b/src/mahoji/commands/cl.ts index 307eef7682..1745a29b3f 100644 --- a/src/mahoji/commands/cl.ts +++ b/src/mahoji/commands/cl.ts @@ -40,7 +40,7 @@ export const collectionLogCommand: OSBMahojiCommand = { ]; }) .flat(3) - ].filter(i => (!value ? true : i.name.toLowerCase().includes(value.toLowerCase))); + ].filter(i => (!value ? true : i.name.toLowerCase().includes(value))); } }, {