Skip to content

Commit

Permalink
fix(typings): static keyword for Interaction.from (abalabahaha#1305)
Browse files Browse the repository at this point in the history
  • Loading branch information
bsian03 authored Feb 11, 2022
1 parent f4db90e commit 98c5c8b
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 @@ -2888,7 +2888,7 @@ declare namespace Eris {
token: string;
type: number;
version: number;
from(data: BaseData): AnyInteraction;
static from(data: BaseData): AnyInteraction;
}

export class PingInteraction extends Interaction {
Expand Down

0 comments on commit 98c5c8b

Please sign in to comment.