Skip to content

Commit

Permalink
fix(typings): add missing Interaction#from() type
Browse files Browse the repository at this point in the history
Co-authored-by: bsian03 <[email protected]>
  • Loading branch information
abalabahaha and bsian03 committed Nov 17, 2021
1 parent 0f3ebc8 commit 67b28a2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2885,6 +2885,7 @@ declare namespace Eris {
token: string;
type: number;
version: number;
from(data: BaseData): AnyInteraction;
}

export class PingInteraction extends Interaction {
Expand Down

0 comments on commit 67b28a2

Please sign in to comment.