#Streaming Status code for bot
1 messages · Page 1 of 1 (latest)
which bot ?
@hollow ruin sir or mam go to youtube and search this you will find some tutorials or videos about this
I did
You wanted streaming status code
But not rpc
Like 0 = Playing etc?
I need for my bot
?
Here is an example how to make an streaming status
// Source - https://stackoverflow.com/a/73145559
// Posted by isaac.g, modified by community. See post 'Timeline' for change history
// Retrieved 2026-05-24, License - CC BY-SA 4.0
// somewhere at the top of your code
const { ActivityType } = require("discord.js");
// where you set the activity
client.user.setActivity({
name: "My Hero Academia",
type: ActivityType.Streaming,
url: "https://twitch.tv/twitch_user",
});
Thats my system of status changer
Put the stream name and then the stream url
And then make the bot streaming status
I guess yes
Let me try this
Your tutorial code
Bro Can u help me about something
What?
Ohk