-
-
Notifications
You must be signed in to change notification settings - Fork 50
/
Copy pathfxmanifest.lua
44 lines (40 loc) · 879 Bytes
/
fxmanifest.lua
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
fx_version 'cerulean'
game 'gta5'
author 'JaredScar'
description 'Badger\'s Discord API'
version '1.6'
url 'https://github.com/JaredScar/Badger_Discord_API'
client_scripts {
'client.lua',
}
server_scripts {
"versionChecker.lua",
'config.lua',
"server.lua", -- Uncomment this line
--"example.lua" -- Remove this when you actually start using the script!!!
}
server_exports {
"GetDiscordRoles",
"GetRoleIdFromRoleName",
"GetDiscordAvatar",
"GetDiscordName",
"GetDiscordEmail",
"IsDiscordEmailVerified",
"GetDiscordNickname",
"GetGuildIcon",
"GetGuildSplash",
"GetGuildName",
"GetGuildDescription",
"GetGuildMemberCount",
"GetGuildOnlineMemberCount",
"GetGuildRoleList",
"ResetCaches",
"CheckEqual",
"SetNickname",
"SetRoles",
"AddRole",
"RemoveRole",
"ChangeDiscordVoice",
"ClearCache",
"FetchRoleID"
}