#Anyone know how to do this?

1 messages · Page 1 of 1 (latest)

sleek canopy

I made some base code for streaming, but it does not show up as Streaming as activity. Code below:

    console.log('Ready!');
    client.user.setPresence({
        activities: [{ name: `UKRRP Members`, type: ActivityType.Streaming  }],
        status: 'Online',
        url: "https://www.twitch.tv/mytwitchlink"}),
});```