mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-16 01:53:05 -04:00
Merge remote-tracking branch 'upstream/dev'
This commit is contained in:
commit
9fbfcb019a
10 changed files with 174 additions and 26 deletions
2
src/webpack/common/types/fluxEvents.d.ts
vendored
2
src/webpack/common/types/fluxEvents.d.ts
vendored
File diff suppressed because one or more lines are too long
4
src/webpack/common/types/stores.d.ts
vendored
4
src/webpack/common/types/stores.d.ts
vendored
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue