Update RoHook.lua
This commit is contained in:
parent
0301ad9a44
commit
7b840098fa
|
@ -22,7 +22,12 @@ end
|
|||
local module = {}
|
||||
|
||||
module.webhookConfig = {
|
||||
webhookUrl = "https://canary.discordapp.com/api/webhooks/682537382519635974/VfS2r9dRsPW4Q-Ti4FPhnoeWY1KdeLeS6F4bTA2oqWzKrqqQQ2qII0UVJtouBnHml52P",
|
||||
webhookUrl = "",
|
||||
overrideUsername = false,
|
||||
overrideAvatar = false,
|
||||
|
||||
username = "",
|
||||
avatar = "",
|
||||
}
|
||||
|
||||
function module.newMessage(message)
|
||||
|
|
Reference in New Issue