I recently created an application where I tried to add a Presence (Discord Status) to it...
But how do I get the Large_Image_Key
, but where do I upload the images
Here's the Script:
RPC = Presence('764214583510433872')
RPC.connect()
RPC.update(state="Using Out-Standing", large_image='outstandinglogo', start=time.time())
You will have to go to the Discord Developer portal. https://discord.com/developers/applications/
Create an application.
Now you'll will see a client id, if you click on that application.
That's your
client_id
.Under application settings, go to Rich presence > Art Assets.
Now you can add images by clicking on the Add image button.
Note: Make sure that your application is not running when uploading images.
large_image_key
/small_image_key
.