Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tkzt authored Nov 8, 2023
1 parent 17e109f commit f8b17ce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ export interface Reaction {
export interface Props {
emojis?: string[];
reactor: string;
dark?: boolean;
react: (reaction: string)=>Promise<unknown>;
unreact: (reaction: string)=>Promise<unknown>;
getReactions: ()=>Promise<Reaction[]>;
Expand Down

0 comments on commit f8b17ce

Please sign in to comment.