local config = {}
config.logs = {
enable = true,
webhook = 'https://discord.com/api/webhooks/.........../.................',
botName = 'Test',
title = 'Connecting Log',
msg = 'Player Name: %s\nPlayer Discord: %s\n\n\nSteam Hex: %s\nLicense: %s\nLicense2: %s\nFivem Id: %s',
colour = 000099,
identifiersToShow = {
'steam',
'license',
'license2',
'fivem'
} -- Available identifiers: 'steam', 'license', 'license2', 'fivem', 'discord', 'live', 'xbl', 'ip'
}
config.botInfo = {
guildId = 0000000000000000000,
botToken = '....................'
}
config.whitelistedRoles = {
0000000000000000000
}
config.authorizedBotMsg = 'Bot %s'