Make linter happy
This commit is contained in:
parent
95c2200386
commit
900f6c3c3b
1 changed files with 1 additions and 1 deletions
|
@ -82,5 +82,5 @@ export interface ModifyGuildEmojiParams {
|
||||||
/** Name of the emoji */
|
/** Name of the emoji */
|
||||||
name?: string
|
name?: string
|
||||||
/** Roles to which this emoji will be whitelisted */
|
/** Roles to which this emoji will be whitelisted */
|
||||||
roles?: string | Role | (string | Role)[]
|
roles?: string | Role | string[] | Array<Role>;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue