RISKSCRIPTS

Untitled

Dec 11th, 2024
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. Settings = {
  2. -- here
  3. botToken = "", -- https://stg-store.gitbook.io/documentation/guide/create-discord-bot-token
  4. }
  5.  
  6.  
  7.  
  8.  
  9.  
  10. Citizen.CreateThread(function()
  11. -- not here
  12. while true do
  13. if Settings["botToken"] == "" then
  14. print("Please check settings.lua")
  15. end
  16. Citizen.Wait(3000)
  17. end
  18. end)
Advertisement
Add Comment
Please, Sign In to add comment