#If I use if(channel.type === voice) will check if the channel is voice or not fine?

1 messages · Page 1 of 1 (latest)

molten flare
#

I would recommend you to use GUILD_VOICE

fluid urchin
#

hm

#

so it will be like that:

if(channel.type === 'GUILD_VOICE') ...