Skip to content

0.15.7

Compare
Choose a tag to compare
@nayvcake nayvcake released this 21 Dec 16:54
· 63 commits to dev since this release

🛠️ 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