Skip to content

Releases: Michael-J-Scofield/discord-anti-spam

v2.8.1

12 Sep 14:37
49321ef
Compare
Choose a tag to compare

Change Log

This is the change log of v 2.8.1

Added:

  • New modlogs channel option. You can now setup modlogs channel with id!

Updated:

  • Setup new way to find a channel trough discord api.
  • Updated docs to have the right information about the modlogs channel option.

Removed:

If you want to see the full commit log: Pull Request


Credits:

Michal - (Development of the full version)
A A D I - (Testing the version. And Reporting bugs.)

v2.8.0

25 Aug 22:10
b1c9163
Compare
Choose a tag to compare

Change Log

This is the change log of v 2.8.0

Added:

  • New actionMessageEmbed possibility. Create your own styled embeds!
  • New actionMessageIn. Send your embed in dm or channel.

Updated:

  • Updated the package to use discord.js v14.
  • Updated the docs. <803ba1d>
  • Updated the typescript types. <2abb488>
  • Updated the event emmiter. Now it will give out the following objects: member, message, channel instead of only: member. <df8da9d>

Removed:

  • Removed the multipleguild options.

And of course multiple bug fixes which were to small to note in the change log.

If you want to see the full commit log: Pull Request


Credits:

Michal - (Development of the full version)
Julman - (Typescript Types fix)

v2.7.3

04 Mar 21:04
f588e39
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.7.2...v2.7.3

v2.7.2

30 Jan 18:24
13c2899
Compare
Choose a tag to compare

Full Changelog: v2.7.1...v2.7.2

v2.7.1

14 Jan 15:09
b7e23ab
Compare
Choose a tag to compare

What's Changed

  • Fix the error: 'TypeError: Cannot read properties of undefined (reading 'id')' by @Scraayp in #154

v2.7.0

10 Jan 12:30
a0b13e7
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.6.1...v2.7.0

v2.6.1

22 Nov 17:41
29aebc1
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.6.1...2.6.1

v2.6.0

16 Nov 13:49
2165a1d
Compare
Choose a tag to compare

Adds:

  • Userleave | When user leaves the package removes him from the cache!
  • Timemute | Mute someone for defined time in minutes
  • Modlogs Mode | Send the modlogs in 'embed' modus or 'message' modus

Removes:

  • Clearbotmessages which causes many bugs.
  • V11 and V12 discord.js support

Fixes:

  • Docs to only v13 support
  • Delete message error
  • Event names
  • Docs

2.5.8

05 Sep 11:54
Compare
Choose a tag to compare

Discord.js v13 fix!

2.5.1

07 Apr 19:15
0b11b21
Compare
Choose a tag to compare

Added:

  • Remove bot messages

Fixed:

  • Error message when banning user
  • And other fixes