From c60209f45ed872fde80ce47fadcd656592e052d2 Mon Sep 17 00:00:00 2001 From: Kayne Ruse Date: Thu, 18 Mar 2021 04:41:00 +1100 Subject: [PATCH] README.md tweak --- README.md | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/README.md b/README.md index 2eb76f7..d83f7f4 100644 --- a/README.md +++ b/README.md @@ -26,13 +26,3 @@ Chat Commands: /mute username minutes [reason] -> Mutes a specified user for X minutes; only available to admins or mods /unmute username - Unmutes the previously muted user; only available to admins or mods ``` - - -``` -//user count -let room = io.sockets.adapter.rooms['my_room']; -let count = room.length; -``` - -https://socket.io/docs/v3/middlewares/ -