From 67b28a2b537a1c1dc3fb3140f3693223f39eebcd Mon Sep 17 00:00:00 2001 From: abalabahaha Date: Wed, 17 Nov 2021 03:26:13 +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 2609e0207..9aedba5ee 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 {