Skip to content

Commit 316a17d

Browse files
committed
fix:lint
1 parent acd14c0 commit 316a17d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/controllers/baseHandler.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ export async function baseHandler(
8282
* HOT FIX to prevent non superusers from running the /remove commmand.
8383
* More info :- https://discord.com/channels/673083527624916993/729399523268624405/1293604361758441605
8484
* ---
85-
*/
85+
*/
8686
// case getCommandName(REMOVE): {
8787
// const data = message.data?.options as Array<messageRequestDataOptions>;
8888
// const transformedArgument = {

0 commit comments

Comments
 (0)