I have no idea what I am doing

This commit is contained in:
ayntee 2020-12-26 11:09:09 +04:00
parent 900f6c3c3b
commit 4cf153aaac
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[] | Array<Role>;
roles?: string | Role | string[] | Role[];
}