Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Settings = {
- -- here
- botToken = "", -- https://stg-store.gitbook.io/documentation/guide/create-discord-bot-token
- }
- Citizen.CreateThread(function()
- -- not here
- while true do
- if Settings["botToken"] == "" then
- print("Please check settings.lua")
- end
- Citizen.Wait(3000)
- end
- end)
Advertisement
Add Comment
Please, Sign In to add comment