Now we're on PyPi! 😸
> `pip install undiscord`
> https://pypi.org/project/undiscord/
Now you can just install the script and run it from any directory you want!
Usage Help: `undiscord --help`
Changelog
- Changed versioning (again) to X.X. Now the commit amount determines the version number.
- Fixed options stuck on always being True
- Fetch-Before and Color mode arguments are now inverted. True by default. Use -NF or -NC to disable both.
- Improved argument parser logic
- Removed cringe code below argument parser
- Added an update check below title
- First attempt to fix TimeoutException not being catched.
- Network error UI now displays exception name.
- Now author_id is `me` by default when deleting DMs
- First attempt to fix ghost message infinitely triggering empty message container error.
- Added message types 25, 26, 27, 28, 29, 31 and 32
- Improved Fetch-Before code logic
- Fixed end message not being displayed when running the script from gh releases
**Full Changelog**: https://github.com/HardcodedCat/undiscord-python/compare/1.45...1.46