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[]; }