fixed grammar/spelling errors

This commit is contained in:
HakkoDevelopment
2022-07-09 16:18:33 -06:00
committed by GitHub
parent b9169186e7
commit 40ce43ef2f

View File

@@ -209,8 +209,8 @@ RegisterNUICallback("tpDoNot", function()
TriggerServerEvent("getMoney", selectedCharacter.id) TriggerServerEvent("getMoney", selectedCharacter.id)
end) end)
-- discord rich precense will show on a users profile. -- discord rich presence will show on a users profile.
if config.enableRichPrecence then if config.enableRichPresence then
Citizen.CreateThread(function() Citizen.CreateThread(function()
while true do while true do
SetDiscordAppId(config.appId) SetDiscordAppId(config.appId)