Update RoHook.lua

This commit is contained in:
Norberto A 2020-02-29 16:43:27 +00:00 committed by GitHub
parent 0301ad9a44
commit 7b840098fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 1 deletions

View File

@ -22,7 +22,12 @@ end
local module = {} local module = {}
module.webhookConfig = { module.webhookConfig = {
webhookUrl = "https://canary.discordapp.com/api/webhooks/682537382519635974/VfS2r9dRsPW4Q-Ti4FPhnoeWY1KdeLeS6F4bTA2oqWzKrqqQQ2qII0UVJtouBnHml52P", webhookUrl = "",
overrideUsername = false,
overrideAvatar = false,
username = "",
avatar = "",
} }
function module.newMessage(message) function module.newMessage(message)