Skip to content

Commit

Permalink
fix(typings): Added "proxy_url" to EmbedVideo (#1361)
Browse files Browse the repository at this point in the history
ray-1337 authored Apr 19, 2022
1 parent a9b8ad4 commit 42e713b
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
@@ -528,6 +528,7 @@ declare namespace Eris {
}
interface EmbedVideo {
height?: number;
proxy_url?: string;
url?: string;
width?: number;
}

0 comments on commit 42e713b

Please sign in to comment.