How do I implement Discord Rich Presence in Godot?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By TheBluSalmon

So I wanted to implement Discord’s Rich Presence in my game but there seems to be no official documents on how to do it other than some github libraries I found in the internet. I don’t understand how to install it and I feel very confused. Can anyone please tell me how to do it?

From a quick GitHub search, it seems none of the Discord plugins have been updated for Godot 3.2, unfortunately.

Last year, DIscord deprecated the open source discord-rpc in favor of the proprietary Discord GameSDK. While it’s still technically possible to integrate it into Godot, this will likely hinder third-party integrations. (discord-rpc still works today, but I wouldn’t expect it to work forever.)

Calinou | 2020-04-24 07:06

Oh ok. So 3.1 plugins do not work on 3.2? That’s sad…

TheBluSalmon | 2020-04-24 10:22

:bust_in_silhouette: Reply From: SF123

Plugin link: GitHub - samsface/godot-discord-game-sdk
Tutorial for plugin: https://www.youtube.com/watch?v=vHxXwpoLVGU

:bust_in_silhouette: Reply From: vaporvee

Hey if people see this question and use Godot 4.0 theres also this plugin i made:
https://godotengine.org/asset-library/asset/1855