Skip to content

Releases: core-hacked/Discondelete

Stable: 1.3.0

31 Aug 12:39
115208b
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.2.3...1.3.0

Stable: v1.2.3

15 Dec 13:16
7550d6d
Compare
Choose a tag to compare

Changes:

  • Fix mistake regarding sys.platform variable being used as method. PR #3

Stable: v1.2.2

26 May 13:10
Compare
Choose a tag to compare

This release revamps:

  • Documentation, to include installation methods for Arch, Fedora, Windows and MacOS.

Stable: v1.2.1

28 Dec 12:36
Compare
Choose a tag to compare

This release adds:

  • A quick patch for Mac OS users to display ⌘ + C instead of CTRL + C

Stable: v1.2.0

28 Dec 12:26
Compare
Choose a tag to compare

This release adds:

  • The option to delete a certain amount of messages when adding a number after your prefix eg. #DEL 5
  • Text after selecting options to inform the user of the usage.

Stable: 1.1.0

20 Dec 18:31
Compare
Choose a tag to compare

This release adds:

  • New -o / --output argument which replaces -n (see readme)
  • Fixes if statements when no arguments are specified.
  • Improves code.

Pre-Release: 1.1.0

20 Dec 16:55
Compare
Choose a tag to compare
Pre-Release: 1.1.0 Pre-release
Pre-release

This release adds:

  • New -n or --nooutput argument to specify if you want deleted messages in the console (W.I.P - Refer to readme)
  • Code improvements and minor fixes
This release contains bugs and is not production-ready.

Stable: 1.0.2

19 Dec 22:38
Compare
Choose a tag to compare

This release hopefully fixes issue #1

  • Change null checks to use == "" instead of is None which looks to have fixed this issue.
All releases below are affected, and should not work unless you specify arguments when calling main.py

Stable: 1.0.1

16 Dec 10:41
Compare
Choose a tag to compare

Release notes:

  • Removed stupidly long and non-sensical code

Stable: 1.0.0

15 Dec 16:29
3eb52fd
Compare
Choose a tag to compare

This release is the base of this project, it includes:

  • Deletion of messages from a guild
  • Deletion of messages in DM's or single channels
  • Setting prefix' for the delete and purge server commands. See Usage for instructions or execute the script with --help
  • Setting a heartbeat timeout using -b, --heartbeat [int]
default prefixes: 
#DEL | for single-channel or DM purge
#PS | for server-purge / deleting all messages inside of a guild

*See usage for a complete guide*