Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Slayer128/Carltech-Bot
/ isGroupOnlyAdmin
Function
isGroupOnlyAdmin
lib/onlyAdmin.js:28–30 ·
view source on GitHub ↗
(groupeJid)
Source
from the content-addressed store, hash-verified
26
}
27
28
async
function
isGroupOnlyAdmin(groupeJid) {
29
return
onlyAdminGroups.has(groupeJid);
30
}
31
32
async
function
removeGroupFromOnlyAdminList(groupeJid) {
33
onlyAdminGroups.delete(groupeJid);
Callers
2
_0x12b08f
Function · 0.85
6b.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected