Variable: EmojiLimits
const
EmojiLimits:object
Namespace containing limits related to Discord emojis.
Type declaration
MaximumEmojiNameLength
readonly
MaximumEmojiNameLength:32
=32
Maximum characters allowed in a custom guild emoji.
MaximumEmojiSize
readonly
MaximumEmojiSize:256000
=256_000
Maximum size allowed for a custom guild emoji. Size is in bytes, and corresponds to 256KB.
Defined in
projects/utilities/packages/discord-utilities/src/lib/limits.ts:120