[How-to] [Updated] Discord rich presence Custom Image 🏞

How can we add this to yours sir ?

Citizen.CreateThread(function()
while true do
–This is the Application ID (Replace this with you own)
SetDiscordAppId(123456788967867867)

    --Here you will have to put the image name.
	SetDiscordRichPresenceAsset('logo_name')

    --It updates every one minute just in case.
	Citizen.Wait(60000)
end

end)