From 434dcb09c91f1792c9a5f85707a2639e7f59b6da Mon Sep 17 00:00:00 2001 From: lucia7777 <38116582+qinatsu@users.noreply.github.com> Date: Fri, 26 Nov 2021 23:25:29 -0600 Subject: [PATCH] description tips --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1ce01de..140a5f6 100644 --- a/README.md +++ b/README.md @@ -85,7 +85,7 @@ module.exports = (byte, prev, chunk, i) => { }; ``` -and just like that your effect will now have a description in the `-effects` option! +and just like that your effect will now have a description in the `-effects` option! be sure to give your effect a meaningful description if youre gonna give it one, which atleast tells what is being returned.

(if an effect doesn't have a description, it will just default to `move the bytes all arround, no specific effect desired`)