diff --git a/src/mahoji/commands/cl.ts b/src/mahoji/commands/cl.ts index 1745a29b3f..0271c0b396 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))); + ].filter(i => (!value ? true : i.name.toLowerCase().includes(value.toLowerCase()))); } }, {