๐งฐExports
Simple Exports
exports['kc_logger']:DiscordLog({
webhook = WEBHOOK_URL,
title = '๐ฅ Join',
embeds = '**'..gameName..'** New boarding to the city.\n\n`๐ฅ`**Nama: '..gameName..'**\n`๐ข` **Server ID:** `'..src..'`\n`๐ฌ` **Discord:** <@'..discordId..'> (||'..discordId..'||)\n`๐ฎ` **Steam Hex: **`'..identifiers..'`',
color = '#3AF241'
})Code Block
Value
Explanation
Advanced Exports
exports['kc_logger']:DiscordLog({
webhook = WEBHOOK_URL,
name = 'Kucluck Logger',
content = 'This is a content for logger',
title = '๐ฅ Join',
embeds = '**'..gameName..'** New boarding to the city.\n\n`๐ฅ`**Nama: '..gameName..'**\n`๐ข` **Server ID:** `'..src..'`\n`๐ฌ` **Discord:** <@'..discordId..'> (||'..discordId..'||)\n`๐ฎ` **Steam Hex: **`'..identifiers..'`',
color = '#3AF241'
})Code Block
Value
Explanation
Last updated