Files
custom_discordjs/structures/guilds/guildEmoji.js
T

25 lines
360 B
JavaScript

export default class GuildEmoji {
/** @type {Number} */
version;
/** @type {Object[]} */
roles;
/** @type {Boolean} */
require_colons;
/** @type {String} */
name;
/** @type {Boolean} */
managed;
/** @type {String} */
id;
/** @type {Boolean} */
available;
/** @type {Boolean} */
animated;
}