Is there a way to listen to timeouts?

I'm making a logging bot, but I also want to log member timeouts. I couldn't find a way to listen for timeouts. Is there any way for listening to timeouts?
4 Replies
Unknown User
Unknown User2y ago
Message Not Public
Sign In & Join Server To View
d.js docs
d.js docs2y ago
Documentation suggestion for @rakinar2:event (event) Client#guildMemberUpdate Emitted whenever a guild member changes - i.e. new role, removed role, nickname.
Syjalo
Syjalo2y ago
Emits when <GuildMember>.communicationDisabledUntilTimestamp property is changed
Rakin
Rakin2y ago
oh alright thanks!