UNPKG

@evolvejs/core

Version:

An advanced Discord API wrapper with TS and JS support

13 lines (12 loc) 294 B
import { IRole } from "./RoleOptions"; import { IUser } from "./UserOptions"; export interface IEmoji { id: string | null; name: string | null; roles?: IRole[]; user: IUser; require_colons?: boolean; managed?: boolean; animated?: boolean; available?: boolean; }