Merge remote-tracking branch 'upstream/dev'

This commit is contained in:
thororen1234 2024-05-27 21:15:25 -04:00
commit 9fbfcb019a
10 changed files with 174 additions and 26 deletions

File diff suppressed because one or more lines are too long

View file

@ -63,7 +63,7 @@ export interface CustomEmoji {
originalName?: string;
require_colons: boolean;
roles: string[];
type: "GUILD_EMOJI";
type: 1;
}
export interface UnicodeEmoji {
@ -75,7 +75,7 @@ export interface UnicodeEmoji {
};
index: number;
surrogates: string;
type: "UNICODE";
type: 0;
uniqueName: string;
useSpriteSheet: boolean;
get allNamesString(): string;