mirror of
https://github.com/ION606/custom_discordjs.git
synced 2026-05-14 22:26:54 +00:00
Started work on adding guilds
This commit is contained in:
@@ -0,0 +1,28 @@
|
||||
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;
|
||||
}
|
||||
|
||||
|
||||
module.exports = GuildEmoji;
|
||||
Reference in New Issue
Block a user