Advertisement
marcinhuUu

m-Investigation/config_webhooks

Sep 17th, 2022
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.75 KB | None | 0 0
  1. --------------------------
  2. -- Webhooks
  3. --------------------------
  4. Config.Webhooks = { -- Here you can enable / disable the sending of logs to your discord.
  5. Complaines = {
  6. Enable = true,
  7. Webhook = "https://discord.com/api/webhooks/954483782101139456/iF74a8g1WfU58vtc6qoJq6KdHw_V2NFsZTiO4Phpg0UFir6Gn45jXDDvMWjeHELksBJ2",
  8. Title = "**Complaint - Police Investigation**",
  9. Colour = 65280, -- GREEN = 65280 --- RED = 16711680
  10. },
  11. GSR = {
  12. Enable = true,
  13. Webhook = "https://discord.com/api/webhooks/954483782101139456/iF74a8g1WfU58vtc6qoJq6KdHw_V2NFsZTiO4Phpg0UFir6Gn45jXDDvMWjeHELksBJ2",
  14. Title = "**GSR - Police Investigation**",
  15. Colour = 65280, -- GREEN = 65280 --- RED = 16711680
  16. }
  17. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement