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
bsian03 authored and abalabahaha committed Nov 17, 2021
1 parent cf553ce commit cf0941f
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 cf0941f

Please sign in to comment.