Skip to content

client.channelList에서 channelId와 방 이름 구하기 #441

Answered by nunnu1028
bass9030 asked this question in Q&A
Discussion options

You must be logged in to vote
Array.from(client.channelList.all()).map(e => ({ name: e.getDisplayName(), id: e.channelId }));

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@bass9030
Comment options

Answer selected by bass9030
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants