We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a4a5dc commit 7d0bfeeCopy full SHA for 7d0bfee
1 file changed
README.md
@@ -84,9 +84,15 @@ client.run(token="YOUR TOKEN HERE")
84
> If you want to use the `.env` file with the importing methods, you just need to make `import config`.
85
86
## TO DO
87
-- Find an optimized way to send big files quickly.
+- [x] Find an optimized way to send big files quickly. Solution: Litterbox
88
+- [ ] Add a GUI.
89
+- [ ] Add system tray support.
90
91
## Changelog
92
+- Added litterbox implementation
93
+- Added updater for the executable releases.
94
+- Added lazy try of rate limit support for Selfbot mode.
95
+- Rebranded repo to **AutoSendNewFilesDiscord**
96
- Added rate limit support for the Webhook mode.
97
- Added loop() method to Selfbot class and token as an init class argument.
98
- Added multiple extensions implementation for importing methods.
0 commit comments