26 lines
2.1 KiB
Lua
26 lines
2.1 KiB
Lua
--In the feedback of our customers, we realised that server tokens were reached by cheating.
|
|
-- Therefore, we moved the discord and token-related systems here. Please make corrections here.
|
|
|
|
-- Discord Bot Token for player image --
|
|
Config.DiscordBotToken = "" -- Discord Bot Token
|
|
-- Discord Bot Name --
|
|
Config.username = "Codem - Banking"
|
|
-- Discord Bot Avatar --
|
|
Config.avatar = "https://cdn.discordapp.com/attachments/862018783391252500/1042919699903692800/512x512_Logo.png"
|
|
-- Discord Bot Footer --
|
|
Config.communtiyName = "Codem"
|
|
-- Discord Bot Footer Avatar --
|
|
Config.communtiyLogo = "https://cdn.discordapp.com/attachments/862018783391252500/1042919699903692800/512x512_Logo.png"
|
|
-- true enabled - false disable
|
|
Config.Webhook = true
|
|
-- discord log webhok---
|
|
Config.DiscordLogWebhook = {
|
|
['bills'] = 'https://discord.com/api/webhooks/1487775551174344935/Sp9MqufyhuqrNBFHDfzV_i5UFePzSHAfhrGCpoaeePfZtoMY3ajYdzP6KEJb4NgAyY5D', -- your webhook
|
|
['withdraw'] = 'https://discord.com/api/webhooks/1487775603762532473/a3LCcZub8_0_rqOqmjOVirH_6P1CrsMQ3rHHuU14trNn2zTugY3Gd1R1nEw5CjV3DYnE', -- your webhook
|
|
['deposit'] = 'https://discord.com/api/webhooks/1487775643880919144/5ZaiMkgIwyEyxXxPjENlvKYuBKR9Shu8pgpcRsrg5Pk88LLtDw0UUQav69XzWpvsz1Io', -- your webhook
|
|
['loan'] = 'https://discord.com/api/webhooks/1487775685350264912/ZXbgal31rZpwTBZHQC2XTh3UfAgs4apkR4KQ3JPZkThlIZCfLex3uywiWu6z4TvkcmWJ', -- your webhook
|
|
['transfer'] = 'https://discord.com/api/webhooks/1487775723786862774/eBdvpGKpFnFej7xSyCYEJyKoYX3FFrlLrHFFp_Kx8NF4hlWSoFF-TheRPJZYjWewKKSQ', -- your webhook
|
|
['societywithdraw'] = 'https://discord.com/api/webhooks/1487775760310861824/Jbyi17QjOtv6gGgxw_BEnNVTpCSOFv71vZd7Wa9hGrq8Z6sed7sqGoEYflH3YGmJmBK9', -- your webhook
|
|
['societydeposit'] = 'https://discord.com/api/webhooks/1487775798726230066/bduTZntGWN_12VjmwXMR7MWb4h0W7mS5SyGJAhu-fvlc4CWsjq9XdLgUs4b0AtFDE5ZG', -- your webhook
|
|
['societytransfer'] = 'https://discord.com/api/webhooks/1487775850580676618/C-eTZrGAuly_h-pstt1NZqi17bqSTn9gJm5o16__OxdKqVVT4P6XBDjQaLCZ5YcNxEup' -- your webhook
|
|
} |