Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/eritislami/evobot
/ canModifyQueue
Function
canModifyQueue
utils/queue.ts:3–4 ·
view source on GitHub ↗
(member: GuildMember)
Source
from the content-addressed store, hash-verified
1
import
{ GuildMember } from
"discord.js"
;
2
3
export
const
canModifyQueue = (member: GuildMember) =>
4
member.voice.channelId === member.guild.members.me!.voice.channelId;
Callers
13
execute
Function · 0.90
execute
Function · 0.90
execute
Function · 0.90
execute
Function · 0.90
execute
Function · 0.90
execute
Function · 0.90
execute
Function · 0.90
execute
Function · 0.90
execute
Function · 0.90
execute
Function · 0.90
handleMute
Method · 0.90
handleDecreaseVolume
Method · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected