From 784d06090dd8b35d51b91cf6603761212a881ea0 Mon Sep 17 00:00:00 2001 From: thororen1234 <78185467+thororen1234@users.noreply.github.com> Date: Thu, 8 Aug 2024 14:17:21 -0400 Subject: [PATCH] Fix MessageColors Dev Format --- README.md | 2 +- src/equicordplugins/messageColors/index.tsx | 2 +- src/utils/constants.ts | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 3f542f10..88d516e4 100644 --- a/README.md +++ b/README.md @@ -87,7 +87,7 @@ An enhanced version of [Vencord](https://github.com/Vendicated/Vencord) by [Vend - LoginWithQR by nexpid - MediaDownloader by Colorman - Meow by Samwich -- MessageColors by hen +- MessageColors by Hen - MessageLinkTooltip by Kyuuhachi - MessageLoggerEnhanced by Aria - MessageTranslate by Samwich diff --git a/src/equicordplugins/messageColors/index.tsx b/src/equicordplugins/messageColors/index.tsx index 41abc6a3..6dd0ea4f 100644 --- a/src/equicordplugins/messageColors/index.tsx +++ b/src/equicordplugins/messageColors/index.tsx @@ -34,7 +34,7 @@ const requiredFirstCharacters = ["r", "h", "#"].flatMap(v => [ ]); export default definePlugin({ - authors: [EquicordDevs.hen], + authors: [EquicordDevs.Hen], name: "MessageColors", description: "Displays color codes like #FF0042 inside of messages", settings, diff --git a/src/utils/constants.ts b/src/utils/constants.ts index 145ad648..5a782eb9 100644 --- a/src/utils/constants.ts +++ b/src/utils/constants.ts @@ -747,9 +747,9 @@ export const EquicordDevs = Object.freeze({ name: "x3rt", id: 131602100332396544n }, - hen: { - id: 279266228151779329n, + Hen: { name: "Hen", + id: 279266228151779329n }, } satisfies Record);