how i can check is user timeouted

so, i'm making a unmute command that removes the timeout and i want to display an error saying user is not timeouted when he is not time outed
2 Replies
d.js toolkit
d.js toolkit•4mo ago
- What's your exact discord.js npm list discord.js and node node -v version? - Not a discord.js issue? Check out #other-js-ts. - Consider reading #how-to-get-help to improve your question! - Explain what exactly your issue is. - Post the full error stack trace, not just the top part! - Show your code! - Issue solved? Press the button! - ✅ Marked as resolved by OP
kotek
kotek•4mo ago
const isCommunicationDisabled = member.communicationDisabledUntil > new Date();
const isCommunicationDisabled = member.communicationDisabledUntil > new Date();
this works
Want results from more Discord servers?
Add your server