Skip to content

Commit

Permalink
Fixed AllowedMentions#repliedUser typings (#1099)
Browse files Browse the repository at this point in the history
  • Loading branch information
miyacoz authored Mar 24, 2021
1 parent 2171ffb commit 35275f0
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 @@ -703,7 +703,7 @@ declare namespace Eris {
everyone?: boolean;
roles?: boolean | string[];
users?: boolean | string[];
replied_user?: boolean;
repliedUser?: boolean;
}
interface Attachment {
filename: string;
Expand Down

0 comments on commit 35275f0

Please sign in to comment.