Type Alias ActivityType

ActivityType:
    | 0
    | 1
    | 2
    | 3
    | 4
    | 5

Represents the different types of activities a bot can display. https://discord.com/developers/docs/topics/gateway-events#activity-object-activity-types

  • 0 Playing - Playing {game}. Example: "Playing Rocket League".
  • 1 Streaming - Streaming {details}. Example: "Streaming Rocket League".
  • 2 Listening - Listening to {name}. Example: "Listening to Spotify".
  • 3 Watching - Watching {details}. Example: "Watching YouTube Together".
  • 4 Custom - {emoji} {state}. Example: ":smiley: Feeling good today".
  • 5 Competing - Competing in {name}. "Competing in Arena World Champions"