Created config dir

This commit is contained in:
Cooldude2606
2019-03-14 16:50:44 +00:00
parent 00937f4bcb
commit 111e6829b8
9 changed files with 11 additions and 11 deletions

View File

@@ -1,6 +1,6 @@
local Commands = require 'expcore.commands'
require 'expcore.common_parse'
require 'modules.commands.admin-only-auth'
require 'config.command_parse_general'
require 'config.command_auth_admin'
Commands.new_command('admin-chat','Sends a message in chat that only admins can see.')
:add_param('message',false) -- the message to send in the admin chat