I have no idea what I am doing
This commit is contained in:
parent
900f6c3c3b
commit
4cf153aaac
1 changed files with 1 additions and 1 deletions
|
@ -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<Role>;
|
||||
roles?: string | Role | string[] | Role[];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue