Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
Bug fix
  • Loading branch information
hackthedev authored Jun 24, 2024
1 parent 92b96bc commit d28c675
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -4940,7 +4940,7 @@ function getChannelTree(member){

// if text channel
if(chan.type == "text"){
treecode += `<a onclick="setUrl('?group=${group}&category=${cat.info.id}&channel=${chan.id}')"><li class="channelTriggerchannelTrigger" id="channel-${chan.id}" style="color: #ABB8BE;">⌨ ${chan.name}</li></a>`;
treecode += `<a onclick="setUrl('?group=${group}&category=${cat.info.id}&channel=${chan.id}')"><li class="channelTrigger" id="channel-${chan.id}" style="color: #ABB8BE;">⌨ ${chan.name}</li></a>`;
added_channels.push(chan.id + "_" + chan.name)
}
else if(chan.type == "voice"){
Expand Down

0 comments on commit d28c675

Please sign in to comment.