From accf783e2b1c1cb195308590bd1575ac515ec403 Mon Sep 17 00:00:00 2001 From: Ayush Saini <36878972+imayushsaini@users.noreply.github.com> Date: Sat, 6 May 2023 02:00:55 +0530 Subject: [PATCH] Updated Chat commands (markdown) --- Chat-commands.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Chat-commands.md b/Chat-commands.md index bfce318..7948d4d 100644 --- a/Chat-commands.md +++ b/Chat-commands.md @@ -28,7 +28,7 @@ Lets checkout each command in all 4 categories. * **/mute** : syntax /mute < /client-id> , use just /mute to mute complete server, or use /mute 113 to mute particular player. ### Role management system: -Role management helps you manage authorization, which enables you to specify the resources that users in your server are allowed to access. It lets you treat groups of users as a unit by assigning users to roles such as manager, admin, moderator, vip, and so on. +Role management helps you manage authorization, which enables you to specify the resources that users in your server are allowed to access. It let you treat groups of users as a unit by assigning users to roles such as manager, admin, moderator, vip, and so on. * **/createrole** : syntax /createrole , use this command to create new role. Example /createrole manager. * **/addrole** : syntax /addrole . Example /addrole manager 113, to assign a manager role to client 113. * **/removerole** : synatx /removerole . Use this this command to remove role from player. Example /removerole manager 113.