From 4cf153aaac411a0d154d5438005316db35bf1a43 Mon Sep 17 00:00:00 2001 From: ayntee Date: Sat, 26 Dec 2020 11:09:09 +0400 Subject: [PATCH] I have no idea what I am doing --- src/structures/emoji.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/structures/emoji.ts b/src/structures/emoji.ts index 7f0fcf1..f135091 100644 --- a/src/structures/emoji.ts +++ b/src/structures/emoji.ts @@ -82,5 +82,5 @@ export interface ModifyGuildEmojiParams { /** Name of the emoji */ name?: string /** Roles to which this emoji will be whitelisted */ - roles?: string | Role | string[] | Array; + roles?: string | Role | string[] | Role[]; }