Skip to content

Commit

Permalink
fix ts lint
Browse files Browse the repository at this point in the history
  • Loading branch information
TTtie committed Jul 13, 2024
1 parent 14c3ac9 commit 0bbc2c1
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 @@ -3389,7 +3389,7 @@ declare namespace Dysnomia {
nonce?: string | number;
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 0bbc2c1

Please sign in to comment.