Make linter happy

This commit is contained in:
ayntee 2020-12-26 11:07:33 +04:00
parent 95c2200386
commit 900f6c3c3b
1 changed files with 1 additions and 1 deletions

View File

@ -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 | Role)[]
roles?: string | Role | string[] | Array<Role>;
}