Releases: core-hacked/Discondelete
Releases · core-hacked/Discondelete
Stable: 1.3.0
What's Changed
- Addresses how to fix bug #6. Removes flag of it being a blocker for t… by @SparrowOchon in #7
- Bugfixes by @amw720386 in #9
- Add steps on how to get your token by @xbubbo in #10
New Contributors
- @SparrowOchon made their first contribution in #7
- @amw720386 made their first contribution in #9
- @xbubbo made their first contribution in #10
Full Changelog: 1.2.3...1.3.0
Stable: v1.2.3
Changes:
- Fix mistake regarding
sys.platform
variable being used as method. PR #3
Stable: v1.2.2
This release revamps:
- Documentation, to include installation methods for Arch, Fedora, Windows and MacOS.
Stable: v1.2.1
This release adds:
- A quick patch for Mac OS users to display
⌘ + C
instead ofCTRL + C
Stable: v1.2.0
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
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
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
This release hopefully fixes issue #1
- Change null checks to use
== ""
instead ofis 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
Release notes:
- Removed stupidly long and non-sensical code
Stable: 1.0.0
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*