From 15e2b95bd33cb071366593da594295afe4ff16bf Mon Sep 17 00:00:00 2001 From: TURB042O Date: Fri, 9 Feb 2024 10:03:47 -0600 Subject: [PATCH] reverted cl --- src/mahoji/commands/cl.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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))); } }, {