mirror of
https://github.com/Vendicated/Vencord.git
synced 2025-01-11 02:16:23 +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 {
|
||||
burst_colors: string[];
|
||||
borst_count: number;
|
||||
count_details: { burst: number; normal: number };
|
||||
count_details: { burst: number; normal: number; };
|
||||
me_burst: boolean;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue