All Projects → BlobbyDev → Discord-Rich-Presence

BlobbyDev / Discord-Rich-Presence

Licence: GPL-3.0 License
Rich presence for Discord to be a cool kid in your class !!

Programming Languages

javascript
184084 projects - #8 most used programming language
Batchfile
5799 projects

Projects that are alternatives of or similar to Discord-Rich-Presence

CustomRPC
Set a custom rich presence status on Discord
Stars: ✭ 25 (-3.85%)
Mutual labels:  custom, rich-presence, discord-rpc
coc-discord-rpc
😎 An awesome and fully customizable coc-extension to get Discord Rich Presence integration with NeoVim.
Stars: ✭ 139 (+434.62%)
Mutual labels:  rich-presence, discord-rpc, discord-presence
HyCord
HyCord is a minecraft mod that aims for discord and hypixel integration
Stars: ✭ 28 (+7.69%)
Mutual labels:  rich-presence, discord-rpc
csgo richpresence
Discord Rich Presence support for Counter-Strike: Global Offensive!
Stars: ✭ 16 (-38.46%)
Mutual labels:  rich-presence, discord-rpc
Discord Player
🎧 Complete framework to simplify the implementation of music commands using discords.js v12
Stars: ✭ 161 (+519.23%)
Mutual labels:  custom, discord
Sharex Upload Server
AKA ShareS - Feature full & Stable ShareX and file server in node. Includes images, videos, code, text, markdown rendering, password protected uploads, logging via discord, administration through Discord, url shortening, and a full front end. Use standalone or via reverse proxy
Stars: ✭ 180 (+592.31%)
Mutual labels:  custom, discord
foo drpc
Foobar2000 music status for Discord Rich Presence!
Stars: ✭ 83 (+219.23%)
Mutual labels:  rich-presence, discord-rpc
Rich-Presence-U
Display your Nintendo games on Discord.
Stars: ✭ 77 (+196.15%)
Mutual labels:  rich-presence, discord-rpc
discoIPC
Connect to the local Discord IPC Socket, for features like Rich Presence.
Stars: ✭ 19 (-26.92%)
Mutual labels:  rich-presence, discord-rpc
Discord-Netflix
A updated and improved version from the original Discord-Netflix from Nirewen.
Stars: ✭ 26 (+0%)
Mutual labels:  rich-presence, discord-rpc
vimsence
Discord Rich Presence plugin for Vim
Stars: ✭ 138 (+430.77%)
Mutual labels:  discord, rich-presence
BurgerCustomArmor
Create Custom Armor Sets with several abilities!
Stars: ✭ 25 (-3.85%)
Mutual labels:  custom
DisHook
Discord Webhook Tool Made By EXON
Stars: ✭ 13 (-50%)
Mutual labels:  discord
flutter json view
📄 Displaying json models in a Flutter widget
Stars: ✭ 28 (+7.69%)
Mutual labels:  custom
tidalRPC
Discord Rich Presence for Tidal
Stars: ✭ 15 (-42.31%)
Mutual labels:  discord-rpc
Discord-Token-Grabber
Steal Discord Token Directly From Memory and bypass any kind of token protection
Stars: ✭ 32 (+23.08%)
Mutual labels:  discord
Functions
Create your own commands with ease! For PocketMine, a Minecraft PE server software
Stars: ✭ 17 (-34.62%)
Mutual labels:  custom
CreArts-Discord
CreArts is an easily customizable theme that customizes the appearance.
Stars: ✭ 139 (+434.62%)
Mutual labels:  discord
Green-bot
🎧 Green-bot is a powerfull discord music bot used by 10M users and more than 50,000 servers
Stars: ✭ 103 (+296.15%)
Mutual labels:  discord
custom-sidebar
Custom Sidebar for Home Assistant
Stars: ✭ 90 (+246.15%)
Mutual labels:  custom

Discord Rich Presence

This project is made by using a package named discord-rpc you can view it's details by clicking here if you wanna get the easier version of this presence but note it doesn't have buttons feature just shows large image and small image if you want that then click here

Make sure you have these 4 things installed in your system:

Node.js

Visual Studio Code

Git

Discord

How to setup

◙ Go to discord developer portal by clicking here and then go to the top left corner of your screen see create application and then name it.

And hey the name of the application shold be the name of the presence that u wanna give for example if you wanna keep your status playing Myself then you have to name your application Myself

◙ Then click onto the application under Rich Presence category you'll see Art Assets click onto that.

◙ Set the cover image as the lage image of your presence.

◙ Scroll down click "Add Asset" then choose a image that you wanna provide as large image and small image also make sure they are atleast the size of 512 X 512.

◙ Go to the terminal of your editor type npm init -y after you get package.json file type npm install discord-rpc then the rest of the filling details are there in the file index.js which is your main file.

◙ After filling out the details and stuff go to the terminal and type node index.js to run the folder.

Note: Run the folder on Command Prompt or Powershell if you are using discord presence in Visual Studio Code.

Configuration:-

Go to config.json

{
    "ClientID": "", //Take the client id from the discord developer portal
    "LargeImage": "", //The name of your image that you have saved in the art asset of your application 
    "LargeImageText": "", //If you wanna mention the large image when you hover your mouse then fill this whatever you want
    "SmallImage": "", //Name of your image that you have saved in the art asset of your application
    "SmallImageText": "", //If you wanna mention the small image when hover the cursor then fill this up whatever you want
    "Button1": "", // Name of the first button you wanna provide
    "Url1": "", // Link that you wanna get redirected to 
    "Button2": "", // Name of the second button you wanna provide 
    "Url2": "", // Link that you wanna get redirected to after clicking the button
    "State": "", // State that you wanna mention
    "Details": "" // Details that you wanna mention
}

Note the button won't work for you but don't worry it work for others

Example Usage:-

Go to config.json

{
    "ClientID": "790838692280926238",
    "LargeImage": "sunglasses_", 
    "LargeImageText": "If you mess with me",
    "SmallImage": "5845cd430b2a3b54fdbaecf8",
    "SmallImageText": "You die !!!",
    "Button1": "Click Me",
    "Url1": "https://www.youtube.com/watch?v=qTksCYUgI7s",
    "Button2": "Click Me",
    "Url2": "https://dis.gd/threads",
    "State": "Hey normies !!!",
    "Details": "Dont mess with me"
}

Looks like this (this is just an example you can change to whatever you want):-

Image

You can customize to anything you want all your wish but make sure you configure things in the currect manner !!

Our Server

Join our discord server to get additional support & also to hang out !!

DiscordBanner

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].