Skip to content

Releases: RabbitHouseCorp/eris

0.16.3-custom

02 Aug 22:24
9d506cc
Compare
Choose a tag to compare

0.16.2-custom

02 Aug 04:42
e9a250d
Compare
Choose a tag to compare

Full Changelog: 0.16.1-custom...0.16.2-custom

Changes:

  • Now eris uses recent version of Discord API.
  • Bug fixed in package circulation.
  • In the Interaction class a data resolver was added when it is mentioned in the Discord Client in the command execution.
  • Added variable in command folder class called targetID
  • Added variable in message class called activity, webhookID
  • Added variable in interaction class called locale, guild_locale
  • Fixed some errors issued in the return of verify channel message. (MessageCreate, MessageUpdate)
  • Added app permission in interaction class.
  • Now you can configure command permissions on globally

0.16.1-Custom

21 Jul 19:39
18ca554
Compare
Choose a tag to compare
0.16.1-Custom Pre-release
Pre-release

Add ApplicationCommandBadge 1<< 23

0.15.8

05 May 19:05
78f5c22
Compare
Choose a tag to compare

New feature

  • Slash Command (Localization)

What's Changed

New Contributors

Full Changelog: 0.15.7...0.15.8

0.15.7

21 Dec 16:54
Compare
Choose a tag to compare

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

0.15.6-dev-release-1

06 Nov 18:43
Compare
Choose a tag to compare

0.15.5-dev

29 Oct 00:26
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.15.1...0.15.5