Skip to content

Commit

Permalink
Document audit log unknown (#1215)
Browse files Browse the repository at this point in the history
  • Loading branch information
bsian03 committed Jul 2, 2021
1 parent 10cc6c4 commit 34f3d9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.d.ts
Expand Up @@ -2063,7 +2063,7 @@ declare namespace Eris {
deleteMemberDays?: number;
guild: Guild;
id: string;
member?: Member | unknown;
member?: Member | Uncached;
membersRemoved?: number;
message?: Message<GuildTextableChannel>;
reason: string | null;
Expand Down

0 comments on commit 34f3d9c

Please sign in to comment.