Skip to content

Commit

Permalink
typings: add back accidental removal (#3984)
Browse files Browse the repository at this point in the history
  • Loading branch information
NotSugden authored Mar 23, 2020
1 parent 993411d commit 5da734c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion typings/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2783,7 +2783,7 @@ declare module 'discord.js' {
} & {
[K in keyof Omit<
T,
'client' | 'createdAt' | 'createdTimestamp' | 'id' | 'partial' | 'fetch'
'client' | 'createdAt' | 'createdTimestamp' | 'id' | 'partial' | 'fetch' | O
>]: // tslint:disable-next-line:ban-types
T[K] extends Function ? T[K] : T[K] | null;
};
Expand Down

0 comments on commit 5da734c

Please sign in to comment.