forked from Simnation/Main
Update
Propfix Nordi
This commit is contained in:
parent
42fb95d4ba
commit
2c6da53b8e
152 changed files with 5374 additions and 540 deletions
|
@ -2,22 +2,22 @@ Cfg = {}
|
|||
|
||||
--REQUIRED
|
||||
|
||||
Cfg.uploadMethodKey = 'BpyLtdfJXjnzqW3v7MdInuZVCHrpRQkq' --API Key for the upload method (https://www.fivemanage.com/ or https://fivemerr.com/)
|
||||
Cfg.uploadMethodKey = 'API_KEY' --API Key for the upload method (https://www.fivemanage.com/ or https://fivemerr.com/)
|
||||
|
||||
|
||||
--OPTIONAL --https://discord.com/api/webhooks/1379186796046581811/SHuxF1RBqS-YH5zDDRrB-IYtV_FxDAV5E0A5bPXb-9wqvY3cDogbnaajjbG4clSVeHUN
|
||||
--OPTIONAL
|
||||
Cfg.CryptoWebhook = 'DISCORD WEBHOOK' --Webhook for crypto app
|
||||
Cfg.MessageWebhook = 'https://discord.com/api/webhooks/1366651359566364712/zlVyc3ZCk-Cv25NysjZWConvaCflHdECMI3f7WAgpa34HzAU_SpiXh18huWLK28vFQea' --Webhook for messages app
|
||||
Cfg.ValetWebhook = 'https://discord.com/api/webhooks/1379187215611068570/RdpSlDjn59Wlj_XKzCZQQsm1X6GkVdqdGhNuDPS0qOTwg_KfwofFiB-Zv6r-McHLzWE_' --Webhook for valet app
|
||||
Cfg.TweetWaveWebhook = 'https://discord.com/api/webhooks/1379186646318190784/ZRGm-wt_bbA0zbLJxOb0KzlcIwFUrXKIqiOHTf7HqVikxldmGPdi2wqui4IqtxkheMl8' --Webhook for tweetwave app
|
||||
Cfg.MailWebhook = 'https://discord.com/api/webhooks/1379187307835297995/0m_jGxKa_zRTFZs_TDco1xUmh4X7T0MBw2oLrCT93MymkARfxZjylb7b4rH3N9CPeDu7' --Webhook for mail app
|
||||
Cfg.BankWebhook = 'https://discord.com/api/webhooks/1379187215611068570/RdpSlDjn59Wlj_XKzCZQQsm1X6GkVdqdGhNuDPS0qOTwg_KfwofFiB-Zv6r-McHLzWE_' --Webhook for bank app
|
||||
Cfg.AdvertisingWebhook = 'https://discord.com/api/webhooks/1379187467437084773/vGn5yeDWq5Y_M6g-AoNuFh8T4YnjIE0KztEf382eKHMOETv8zy1KDCqQfc8zdgJ7IbRd' --Webhook for advertising app
|
||||
Cfg.MessageWebhook = 'DISCORD WEBHOOK' --Webhook for messages app
|
||||
Cfg.ValetWebhook = 'DISCORD WEBHOOK' --Webhook for valet app
|
||||
Cfg.TweetWaveWebhook = 'DISCORD WEBHOOK' --Webhook for tweetwave app
|
||||
Cfg.MailWebhook = 'DISCORD WEBHOOK' --Webhook for mail app
|
||||
Cfg.BankWebhook = 'DISCORD WEBHOOK' --Webhook for bank app
|
||||
Cfg.AdvertisingWebhook = 'DISCORD WEBHOOK' --Webhook for advertising app
|
||||
Cfg.ConnectWebhook = 'DISCORD WEBHOOK' --Webhook for connect app
|
||||
Cfg.ServiceWebhook = 'https://discord.com/api/webhooks/1379187562907963513/XrERdwj1VUiD2Ik5M8s2Dxg2g-olsnGcZacBzXlczx18XctPkid7NGxdeu1Rjm7i1Opd' --Webhook for service app
|
||||
Cfg.DarkchatWebhook = 'https://discord.com/api/webhooks/1379186499433791539/5tLF53VP8hTMQ7J8h8ZjQzMrXywkbjAK-d_uy-FYU8uygEl6pW2LCColD7wdzCOGP3Ew' --Webhook for darkchat app
|
||||
Cfg.CallWebhook = 'https://discord.com/api/webhooks/1379187697431744534/PeHW8m7IzMb2p_fijR-haHvNeNJrmcn6XmPjBKt2AqSBfMIh_wnXWO2hgu5KDtp309HS' --Webhook for calls
|
||||
Cfg.TweetWaveCommentsWebhook = 'https://discord.com/api/webhooks/1379186646318190784/ZRGm-wt_bbA0zbLJxOb0KzlcIwFUrXKIqiOHTf7HqVikxldmGPdi2wqui4IqtxkheMl8' --Webhook for tweetwave comments
|
||||
Cfg.ServiceWebhook = 'DISCORD WEBHOOK' --Webhook for service app
|
||||
Cfg.DarkchatWebhook = 'DISCORD WEBHOOK' --Webhook for darkchat app
|
||||
Cfg.CallWebhook = 'DISCORD_WEBHOOK' --Webhook for calls
|
||||
Cfg.TweetWaveCommentsWebhook = 'DISCORD_WEBHOOK' --Webhook for tweetwave comments
|
||||
Cfg.ConnectCommentsWebhook = 'DISCORD_WEBHOOK' --Webhook for connect comments
|
||||
|
||||
Cfg.YellowPageFee = 0 --Yellow page fee
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue