All Templates / Bots
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
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.
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.json
to Github Gist or any webservers
Setup your Environment
CONFIG_URL=""
TOKEN=""
STREAMING
Activity TypeIf 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"
}
> [!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.large_image
and assets.small_image
must be formatted as follows:
cdn.discordapp.com
URLmedia.discordapp.net
URLcurl https://discord.com/api/v9/oauth2/applications//assets
mp:external/
)twitch:
)youtube:
)spotify:
)Template Content
discord-rpc-selfbot
thecats1105/discord-rpc-selfbotTOKEN
CONFIG_URL
Details
thecat
Created on May 8, 2025
0 total projects
TypeScript
Bots
More templates in this category
Telegram JavaScript Bot
A template for Telegram bot in JavaScript using grammY
Agampreet Singh's Projects
247
Discord-TS 'Most Likely To Minigame' Bot
A simple "Most Likely To" minigame.
ISDev
19