The Discord Rich Presence Script for FiveM is the one-stop solution for managing Discord Sided Rich Presence/Activity!
Config = {}
-- Discord Rich Presence Configuration
Config.AppId = "" -- Discord Application ID (found on Discord Dev Portal)
Config.LargeIcon = "" -- Image name set in the Discord Developer Portal
Config.SmallIcon = "" -- Image name set in the Discord Developer Portal
-- Discord Rich Presence Player Configuration
Config.ShowName = false -- Set to false to hide player name and server ID
Config.ShowStreetNames = true -- Set to false to hide street names
Config.MaxPlayers = "10" -- Maximum player count for the server
-- Discord Rich Presence Button Configuration
Config.Button1Name = "Join Server"
Config.Button1Link = "https://cfx.re/join/CONNECT"
Config.Button2Name = "Join Discord"
Config.Button2Link = "https://discord.gg/DISCORD"