EmoteCloner: fix low quality; don't count managed emojis (#2321)

Co-authored-by: Nam Anh <phamnamanh25@gmail.com>
Co-authored-by: ryan-0324 <77452312+ryan-0324@users.noreply.github.com>
Co-authored-by: V <vendicated@riseup.net>
This commit is contained in:
byron 2024-04-08 20:33:18 -04:00 committed by GitHub
parent 3ecd2deae5
commit ae01e88e13
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 8 additions and 3 deletions

View file

@ -425,6 +425,10 @@ export const Devs = /* #__PURE__*/ Object.freeze({
newwares: {
name: "newwares",
id: 421405303951851520n
},
Byron: {
name: "byeoon",
id: 1167275288036655133n
}
} satisfies Record<string, Dev>);