Skip to content

Releases: Androz2091/discord-logs

2.2.1

10 Sep 06:50
94cd8b2
Compare
Choose a tag to compare

Fix

  • Fix tsconfig.json #174

2.2.0

08 Sep 15:35
8f9f442
Compare
Choose a tag to compare

DJS v14 Support

2.0.1

06 Aug 21:19
Compare
Choose a tag to compare

Fixed

  • Fix discord.js version. (e8bdef5)

2.0.0

01 Aug 08:50
Compare
Choose a tag to compare

Breaking

  • Discord.js v13 is now required! Install it with npm install discord.js@dev (and keep using discord-logs v1.9.0 if you want to upgrade discord.js once v13 is released).
  • guildRegionUpdate has been removed.

Changes

  • New debug option, to find out why some events are not working.
  • Some events have been fixed.

1.9.0

16 Jan 09:05
Compare
Choose a tag to compare

Added

  • New guildVanityURLRemove event. (@Mysterinou)
  • New guildVanityURLUpdate event. (@Mysterinou)
  • New rolePermissionsUpdate event. (@Mysterinou)
  • New userFlagsUpdate event. (@Mysterinou)

Fixed

  • userDiscriminatorUpdate documentation. (@Mysterinou)
  • voiceChannelUndeaf documentation. (@Janastinou)
  • unhandledVoiceStateUpdate documentation. (@Janastinou)

Credits

Huge thanks to @Mysterinou and @Janastinou for their contributions!

1.8.2

23 Dec 09:03
Compare
Choose a tag to compare

Fixed

1.8.1

23 Dec 08:51
Compare
Choose a tag to compare

Fixed

  • Javascript compiled files are now sent on npmjs.com. (e567c12)

1.8.0

21 Dec 22:25
Compare
Choose a tag to compare

New events

  • guildFeaturesUpdate
  • guildAcronymUpdate
  • guildOwnerUpdate
  • guildPartnerAdd
  • guildPartnerRemove
  • guildVerificationAdd
  • guildVerificationRemove

Fixed

  • voiceChannelUnmute and guildMemberUnboost documentation have been fixed. (a517658)
  • The package could increase memory usage if the register method was called several times - this is no longer possible. (4b28ec8)

v1.7.7

13 Aug 08:24
Compare
Choose a tag to compare

Changed

  • Move discord.js to dev dependencies and use NPM instead of GitHub so Git is not needed anymore. (771d154)

1.7.6

07 Jun 13:13
Compare
Choose a tag to compare

Fixed