Deploy Discord-RPC-Selfbot
A Discord Selfbot for Custom Rich Presence
discord-rpc-selfbot
thecats1105/discord-rpc-selfbot
Just deployed
Check out Github Repository for more information
Deploy and Host Discord RPC Selfbot
A Discord Selfbot for Custom Rich Presence
[!WARNING]
I don't take any responsibility for blocked Discord accounts that used this module.
[!CAUTION]
Using this on a user account is prohibited by the Discord TOS and can lead to the account block.
About Hosting
- Fill out your
config.json
{
"$schema": "https://raw.githubusercontent.com/thecats1105/discord-rpc-selfbot/refs/heads/main/config.schema.json",
"APPLICATION_ID": "",
"type": "",
"name": "",
"details": "",
"state": "",
"streamURL": "",
"party": {
"size": {
"current": null,
"max": null
}
},
"setLocalTime": null,
"timezone": "",
"startTimeStamp": null,
"endTimeStamp": null,
"assets": {
"large_image": "",
"large_text": "",
"small_image": "",
"small_text": ""
},
"buttons": [
{
"label": "",
"url": ""
},
{
"label": "",
"url": ""
}
],
"refreshInterval": null
}
-
Upload your
config.jsonto Github Gist or any webservers -
Setup your Environment
CONFIG_URL=""
TOKEN=""
About Configs
STREAMING Activity Type
If the Activity Type is set to STREAMING, the streamURL value must be set to the URL of that stream.
e.g.:
{
"type": "STREAMING",
"streamURL": "https://www.twitch.tv/thecats1105"
}
Set Timestamp to LocalTime
> [!NOTE]
> If you want to use this function, you need to remove startTimeStamp and endTimeStamp key.
By setting the setLocalTime value to true and entering a Timezone value from the IANA Time Zone Database for the timezone value, you can set the total activity time to the current time in that Timezone.
e.g. Setting to the current time in the Asia/Seoul Timezone:
{
"setLocalTime": true,
"timezone": "Asia/Seoul"
}
Assets
assets.large_image and assets.small_image must be formatted as follows:
cdn.discordapp.comURLmedia.discordapp.netURL- Assets ID
- See here for more information.
- You can get the ID of each Asset by running this command:
curl https://discord.com/api/v9/oauth2/applications//assets - Media Proxy (
mp:external/) - Twitch (
twitch:) - YouTube (
youtube:) - Spotify (
spotify:)
Common Use Cases
Why Deploy
Dependencies for
Deployment Dependencies
Template Content
discord-rpc-selfbot
thecats1105/discord-rpc-selfbotTOKEN
CONFIG_URL
