CUSTOM bot activity

Hello there,
I am trying to set bot's custom activity, but failing to do so

this is the code in my ready.js -- every other activity works such as Playing/Watching...

<...>

  client.user.setActivity(
    settings.Activities[rand].replace("{count}", client.users.cache.size),
    {
      type: "CUSTOM"
    }
  );

<...>


Thank you in advance
Was this page helpful?