diff options
author | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2023-06-27 21:09:06 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-27 21:09:06 -0400 |
commit | 742bee6a3b6691882353584534ebd2e2ceff43e7 (patch) | |
tree | dc8f8a27d76a0233176938c2c8f600890f5b086b | |
parent | 436531c53a7c99ff2b9aef9cc1b23c203fad4d7f (diff) | |
download | NotEnoughUpdates-REPO-742bee6a3b6691882353584534ebd2e2ceff43e7.tar.gz NotEnoughUpdates-REPO-742bee6a3b6691882353584534ebd2e2ceff43e7.tar.bz2 NotEnoughUpdates-REPO-742bee6a3b6691882353584534ebd2e2ceff43e7.zip |
add tagColor to YOUTUBE rank in misc.json (#950)
-rw-r--r-- | constants/misc.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/constants/misc.json b/constants/misc.json index 16ae66e4..ff5e2af9 100644 --- a/constants/misc.json +++ b/constants/misc.json @@ -1558,7 +1558,8 @@ }, "YOUTUBER": { "color": "c", - "tag": "YOUTUBE" + "tag": "YOUTUBE", + "tagColor": "f" }, "SUPERSTAR": { "color": "6", |