ModExtraAssets is no longer getting updated for classic. However, since 2024 there's a MEA Revamped version that fits BepInEx moddding BB+ perfectly!
Setup the rich presence with Discord Development Portal mentioned in the references, watch some tutorials on how to do that
Init the connection once, before using RPC API (eg. You can add this to WarningScreenScript.Start())
ModExtraAssets.DiscordRPC.Init("YOUR APP ID FROM DEV PORTAL");
3. When want to change presence, use this
ModExtraAssets.DiscordRPC.ChangeRPC("Details", "Big Icon Key", "Large", "Small Icon Key", "Small", "State");
Make sure you made everything right
Discord takes time to upload your images (or check namings)