mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-19 11:27:02 -04:00
Fix MessageColors Dev Format
This commit is contained in:
parent
59e32da053
commit
784d06090d
3 changed files with 4 additions and 4 deletions
|
@ -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,
|
||||
|
|
|
@ -747,9 +747,9 @@ export const EquicordDevs = Object.freeze({
|
|||
name: "x3rt",
|
||||
id: 131602100332396544n
|
||||
},
|
||||
hen: {
|
||||
id: 279266228151779329n,
|
||||
Hen: {
|
||||
name: "Hen",
|
||||
id: 279266228151779329n
|
||||
},
|
||||
} satisfies Record<string, Dev>);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue