Skip to content

Commit

Permalink
fix ts lint
Browse files Browse the repository at this point in the history
  • Loading branch information
TTtie committed Sep 20, 2023
1 parent 6932ae9 commit 4df038f
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 @@ -3296,7 +3296,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 4df038f

Please sign in to comment.