Check if a member is already on timeout

if(member.isCommunicationDisabled() === true) return interaction.reply ('User already muted')

Why is it returning even though they aren’t timed out?
Was this page helpful?