forked from zfbx/zdiscord
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfxmanifest.lua
More file actions
28 lines (24 loc) · 748 Bytes
/
fxmanifest.lua
File metadata and controls
28 lines (24 loc) · 748 Bytes
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
--[[
- This file is part of zdiscord.
- Copyright (C) 2021 Tony/zfbx
- source: <https://github.com/zfbx/zdiscord>
-
- This work is licensed under the Creative Commons
- Attribution-NonCommercial-ShareAlike 4.0 International License.
- To view a copy of this license, visit http://creativecommons.org/licenses/by-nc-sa/4.0/
- or send a letter to Creative Commons, PO Box 1866, Mountain View, CA 94042, USA.
--]]
fx_version "cerulean"
games { "gta5" }
author "zfbx"
description "Discord bot allowlist and more"
repository "https://github.com/zfbx/zdiscord"
version "7.3.0"
license "CC-BY-NC-SA-4.0"
lua54 'yes'
server_script "server/server.js"
client_script "client/client.lua"
dependencies {
'/server:4890', -- Node16+
'yarn',
}