CustomEmojiUpdater |
CustomEmojiUpdater.addRoleToWhitelist(Role role) |
Queues a role to be added to the whitelist.
|
default CustomEmojiUpdater |
KnownCustomEmoji.createUpdater() |
Creates an updater for this emoji.
|
CustomEmojiUpdater |
CustomEmojiUpdater.removeRoleFromWhitelist(Role role) |
Queues a role to be removed from the whitelist.
|
CustomEmojiUpdater |
CustomEmojiUpdater.removeWhitelist() |
Queues the whitelist to be removed.
|
CustomEmojiUpdater |
CustomEmojiUpdater.setAuditLogReason(String reason) |
Sets the reason for this update.
|
CustomEmojiUpdater |
CustomEmojiUpdater.setName(String name) |
Queues the name to be updated.
|
CustomEmojiUpdater |
CustomEmojiUpdater.setWhitelist(Collection<Role> roles) |
Sets the roles which should be whitelisted.
|
CustomEmojiUpdater |
CustomEmojiUpdater.setWhitelist(Role... roles) |
Sets the roles which should be whitelisted.
|