-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathconfig_discord.lua
More file actions
62 lines (52 loc) · 1.7 KB
/
Copy pathconfig_discord.lua
File metadata and controls
62 lines (52 loc) · 1.7 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
-----
-- [ API_DISCORD 1.0 ]
-----
Config.EnableDiscordSync = true
Config.WebhookURI = "https://discord.com/api/webhooks/"
Config.DiscordAppID = 1311043446160494612 -- APP ID
Config.discordImageName = 'https://infinitycore.com/assets/medias/20221111024347_1.jpg'
Config.hoverText = 'infinitycore.com'
Config.richPresenceText = "infinitycore Framework 1.0.0"
Config.smallDiscordImageName = 'https://infinitycore.com/assets/medias/20221111024347_1.jpg'
Config.smallHoverText = 'infinitycore ALPHA FRAMEWORK'
Config.button1 = {
text = 'Trello',
url = ''
}
Config.button2 = {
text = 'Discord',
url = 'https://discord.gg/ncH7GX3XJd'
}
Config.button3 = {
text = 'Official Website',
url = 'https://altitude-dev.gitbook.io/doc/'
}
--- Chat Logs
Config.DiscordChatWebhook = true -- Enable transcription chat ingame to the discord ?
Config.DiscordBotNameChat = "Live Server"
Config.DiscordBotColor = 7419530
ConfigDiscord = {
DiscordToken = "......",
GuildID = 1311043446160494612,
ChatRolesEnabled = true,
RoleList = {
{0, "🤠^0Player |^0"},
{1028727011985854525, "⭕^1CoreTeam |^0"},
{1041442964381126737, "⭕^1CoreDev |^0"},
},
ServerID = true,
DiscordRoles = {
[ "Public Cop" ] = "",
},
AcePermsEnabled = true,
Groups = {
[ "1041442964381126737" ] = "group.admin",
[ "1052405211370631188" ] = "group.member",
},
Permissions = {
[ "926664698601041990" ] = {
"aop.*",
"chattoggle",
}
}
}