From 7b94cfff771be5ac27917261c383916e54f0ce30 Mon Sep 17 00:00:00 2001 From: BreezyTheDev <63890993+BreezyTheDev@users.noreply.github.com> Date: Wed, 17 Aug 2022 15:27:50 -0700 Subject: [PATCH] Update config.lua Pay Commands added. --- ND_Chat/config.lua | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ND_Chat/config.lua b/ND_Chat/config.lua index 95aea36..10e59ef 100644 --- a/ND_Chat/config.lua +++ b/ND_Chat/config.lua @@ -3,6 +3,8 @@ config = { ["/gme"] = true, ["/ooc"] = true, ["/twt"] = true, + ["/pay"] = true, + ["/give"] = true, ["/darkweb"] = { enabled = true, canNotSee = { @@ -21,4 +23,4 @@ config = { "LSFD" } } -} \ No newline at end of file +}