diff options
Diffstat (limited to 'src/plugins/folderSvgIcon.ts')
-rw-r--r-- | src/plugins/folderSvgIcon.ts | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/plugins/folderSvgIcon.ts b/src/plugins/folderSvgIcon.ts index 1f91cab..208efaa 100644 --- a/src/plugins/folderSvgIcon.ts +++ b/src/plugins/folderSvgIcon.ts @@ -3,7 +3,10 @@ import definePlugin from "../utils/types"; export default definePlugin({ name: "Folder SVG Icon", description: "Doesn't show the small guild icons in folders", - author: "botato", + authors: [{ + name: "botato", + id: 440990343899643943n + }], patches: [{ find: "().expandedFolderIconWrapper", replacement: [{ |