From 14a63d43d1386ed2cc4c6f8273744bd6dede8d6c Mon Sep 17 00:00:00 2001 From: Baipyrus Date: Sun, 11 Feb 2024 01:59:57 +0100 Subject: [PATCH] clean up: auto format --- .jsdoc.conf.json | 17 +++++++---------- README.md | 1 - 2 files changed, 7 insertions(+), 11 deletions(-) diff --git a/.jsdoc.conf.json b/.jsdoc.conf.json index 9c02b16..e1be6b8 100644 --- a/.jsdoc.conf.json +++ b/.jsdoc.conf.json @@ -1,10 +1,7 @@ -{ - "source": { - "include": ["."], - "exclude": [ - "node_modules", - "commands/examples" - ], - "includePattern": ".+\\.js(doc|x)?$" - } -} +{ + "source": { + "include": ["."], + "exclude": ["node_modules", "commands/examples"], + "includePattern": ".+\\.js(doc|x)?$" + } +} diff --git a/README.md b/README.md index cfb4ace..a7c2533 100644 --- a/README.md +++ b/README.md @@ -159,7 +159,6 @@ Registered Voice Channels will automatically: # TO-DO List: - > **NOTE** > These lists can and will easily be appended to in the future. Any and all feedback is greatly appreciated!