From f6155dc336692114a5e1fd61f6ce96a4812a7399 Mon Sep 17 00:00:00 2001 From: Jack Matthews Date: Wed, 2 Aug 2023 22:38:29 -0400 Subject: [PATCH] Fix manifest --- manifest.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.json b/manifest.json index 53cdebb..c1bdda0 100644 --- a/manifest.json +++ b/manifest.json @@ -1,6 +1,6 @@ { "name": "Staff Tags", - "description": "Shows tags for staff members in chat.", + "description": "Shows extra tags for staff members.", "authors": [ { "name": "Fiery", @@ -9,6 +9,6 @@ ], "main": "src/index.ts", "vendetta": { - "icon": "ic_badge_certified_moderator" + "icon": "ic_moderation_24px" } -} +} \ No newline at end of file