0.15.7
🛠️ Fixed - Reformed the list of events to implement new events that will appear soon in Discord API. (Fixed by @nayvcake )
📦 New method(Guild) - Discord has developed new feature on the platform where you can mutate users. Check out more in the documentation and examples. (Implemented by @DanielaGC )
Guild:
guild.setTimeout({
communication_disabled_until: 0,
reason: 'Hi!'
})
Discord API Docs: https://discord.com/developers/docs/resources/guild#guild-member-object
FAQ Article here: https://dis.gd/timeout