Skip to content

Commit

Permalink
fix ts lint
Browse files Browse the repository at this point in the history
  • Loading branch information
TTtie committed Aug 26, 2023
1 parent af5d04c commit 975eb4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3293,7 +3293,7 @@ declare namespace Dysnomia {
messageReference: MessageReference | null;
pinned: boolean;
position?: number;
reactions: { [s: string]: { burstColors: string[]; count: number; countDetails: { burst: number; normal: number }; me: boolean; meBurst: boolean; } };
reactions: { [s: string]: { burstColors: string[]; count: number; countDetails: { burst: number; normal: number }; me: boolean; meBurst: boolean } };
referencedMessage?: Message | null;
roleMentions: string[];
roleSubscriptionData?: RoleSubscriptionData;
Expand Down

0 comments on commit 975eb4e

Please sign in to comment.