From cf0941f363911437ce88c4237cd3f40f6034202e Mon Sep 17 00:00:00 2001 From: bsian03 Date: Tue, 16 Nov 2021 23:04:34 +0000 Subject: [PATCH] fix(typings): add missing Interaction#from() type Co-authored-by: bsian03 --- index.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/index.d.ts b/index.d.ts index 2609e0207e..9aedba5eec 100644 --- a/index.d.ts +++ b/index.d.ts @@ -2885,6 +2885,7 @@ declare namespace Eris { token: string; type: number; version: number; + from(data: BaseData): AnyInteraction; } export class PingInteraction extends Interaction {