Update RoHook.lua

This commit is contained in:
Norberto A 2020-03-01 16:06:52 +00:00 committed by GitHub
parent 5de95c12fe
commit 23d2e60078
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 11 additions and 11 deletions

View File

@ -4,6 +4,17 @@
-- services
local httpService = game:GetService("HttpService")
local module = {}
module.webhookConfig = {
webhookUrl = "",
overrideUsername = false,
overrideAvatar = false,
username = nil,
avatar = nil
}
local function getDate()
local date = os.date("!*t")
@ -18,17 +29,6 @@ local function rgbToDec(rgb)
return rgbTotal
end
local module = {}
module.webhookConfig = {
webhookUrl = "",
overrideUsername = false,
overrideAvatar = false,
username = nil,
avatar = nil
}
local function getUsername()
local config = module.webhookConfig