feat(ViewIcons): Group & User DMs icons support (#2464)

This commit is contained in:
nyx 2024-05-16 08:26:40 +03:00 committed by GitHub
parent fb19642d8d
commit cddc811c02
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 57 additions and 5 deletions

View file

@ -490,6 +490,10 @@ export const Devs = /* #__PURE__*/ Object.freeze({
name: "ScattrdBlade",
id: 678007540608532491n
},
nyx: {
name: "verticalsync",
id: 328165170536775680n
},
} satisfies Record<string, Dev>);
// iife so #__PURE__ works correctly