# Discord Activity

These steps apply to all instances (BungeeCord, Velocity, Bukkit).

{% code title="discord.yml" %}

```yaml
ActivityCycling:
  Enabled: true
  Random: false
  Activities:
    - ["watching", "Minecraft Movie"]
    - ["playing", "Minecraft 1.7"]
    - ["listening", "Dragon's Heart Beats"]
    - ["streaming", "Minecraft Gameplay"]
  Time: 30
```

{% endcode %}

1. You need to follow the previous [<mark style="color:red;">**Step**</mark>](https://prism3.gitbook.io/logger/getting-started/discord-integration/discord) about setting up the Discord Bot.
2. Head over to the **discord.yml** file also shown above or [<mark style="color:orange;">**here**</mark>](https://prism3.gitbook.io/logger/configurating/discords).
3. Scroll down where you can find **ActivityCycling** Section or as shown above.
4. The Activities must not be different from `Playing, Watching, Listening, Streaming, Competing`**.** Otherwise, it will not work.
5. Displayed Activity Messages can be randomized when the **Random** value is set to **true**.
6. What comes after can be anything.
7. The **Time** value is in **Seconds**.
