Skip to content

Commit

Permalink
Update main.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
LeSiiN authored and MonkeyWhisper committed Jul 8, 2023
1 parent 6ecac9d commit c10ea05
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions server/main.lua
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ local antiSpam = false
--------------------------------
-- SET YOUR WEHBOOKS IN HERE
-- Images for mug shots will be uploaded here. Add a Discord webhook.
local MugShotWebhook = 'https://discord.com/api/webhooks/1085638589297213591/sEAxIy3FbbatUC_I3-khcnVlJn-zGB8PEy4kJgVOcx9rFXIe4ZEK8_VcJSFXcIi86znf'
local MugShotWebhook = ''

-- Clock-in notifications for duty. Add a Discord webhook.
-- Command /mdtleaderboard, will display top players per clock-in hours.
local ClockinWebhook = 'https://discord.com/api/webhooks/1085638589297213591/sEAxIy3FbbatUC_I3-khcnVlJn-zGB8PEy4kJgVOcx9rFXIe4ZEK8_VcJSFXcIi86znf'
local ClockinWebhook = ''
--------------------------------

QBCore.Functions.CreateCallback('ps-mdt:server:MugShotWebhook', function(source, cb)
Expand Down

0 comments on commit c10ea05

Please sign in to comment.