mirror of
https://github.com/Vendicated/Vencord.git
synced 2025-01-11 10:26:21 +00:00
Fix types in HolyNotes namespace
This commit is contained in:
parent
d54c5d4a4b
commit
26c71f27dd
1 changed files with 22 additions and 22 deletions
|
@ -20,7 +20,7 @@ export declare namespace Discord {
|
||||||
export interface Reaction extends MessageReaction {
|
export interface Reaction extends MessageReaction {
|
||||||
burst_colors: string[];
|
burst_colors: string[];
|
||||||
borst_count: number;
|
borst_count: number;
|
||||||
count_details: { burst: number; normal: number };
|
count_details: { burst: number; normal: number; };
|
||||||
me_burst: boolean;
|
me_burst: boolean;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue