-
-
Notifications
You must be signed in to change notification settings - Fork 6
Changelog
WholesomeGodList edited this page Jul 13, 2020
·
2 revisions
A lot has changed in the rewrite. Here's what's new.
These are the changes that you can see and use.
- Removed getpage and read. Both were pretty much novelty commands that nobody used.
- () around numbers no longer works. This was too commonly mistakenly used by people.
- Old random is removed. It was too expensive in terms of network connections.
- The bot can now be used in DMs.
- Support for the Wholesome God List.
- Server-configurable prefixes.
- GUI tweaks.
- More pretty embeds.
- The bot is now available publicly for invite.
-
botinfo
command. - <> around numbers now works. (You can now use [] and <>)
- []/<> now work on Wholesome God List entries (i.e. [#1]).
- Searching is now extraordinarily fast for nhentai. (The bot now makes a single request each page instead of 25).
These are the changes in the back that you can't see but you still use.
- No more multiple requests for each doujin (it will connect ONCE).
- Extensive caching of doujin information to avoid excessive network requests.
- Database setup and querying.
- Better error handling and parsing.
- Everything in the code now looks prettier.
- E-Hentai requests are no longer sent on their own. They are handled concurrently. (The API can handle up to 25 requests at once, so why send 2 requests for 2 doujins requested at the same time?)