guildEmojisAndStickers constant

int const guildEmojisAndStickers

Subscribes to emoji and sticker events.

Events received:

  • Emoji create, update, delete
  • Sticker create, update, delete

Use cases: Emoji managers, sticker tracking

Value: 1 << 3 (8)

Implementation

static const int guildEmojisAndStickers = 1 << 3;