Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- DCConfig = {}
- DCConfig.WebhookURL = "https://discord.com/api/webhooks/yourapihere" -- Webhook für allgemeine Benachrichtigungen (z.B. Preisupdates)
- DCConfig.AdminWebhookURL = "https://discord.com/api/webhooks/yourapihere" -- Webhook für Admin-Benachrichtigungen (z.B. Verkäufe)
- -- Configuration for the price update embed
- DCConfig.PriceUpdateEmbed = {
- title = "» **New Selling Prices After Server Restart** «",
- color = 3447003, -- Blue (Hex: #3498db)
- includeTimestamp = true, -- We'll handle the actual timestamp in server.lua
- footer = {
- text = "RISK SCRIPTS",
- icon_url = "https://files.catbox.moe/37ed2b.png"
- },
- author = {
- name = "FARMING PRICE",
- icon_url = "https://files.catbox.moe/37ed2b.png"
- },
- fields = {
- {
- name = "Note",
- value = "Prices change every server restart.",
- inline = false
- }
- }
- }
Add Comment
Please, Sign In to add comment