Releases: TNTzx/FADBot
Releases · TNTzx/FADBot
VADBot v2.0.0 (Beta.3)
- added
##artistrequestedit
,##artistverifyadd
,##artistverifyedit
, and##artistsearch
! - requests now have a separate embed generation algorithm based on the existing artist generation algorithm
- you can now see the request ID and user who sent that request on logs, request verifying, etc.
VADBot v2.0.0 (Beta.2)
- completed misc stuff:
##help
improved:- parameters now have a system to have descriptions
- other changes
- artist embed now has a darkened color strip (still based on the artist's availability) if the artist is pending approval (previously only had a yellow strip)
- added framework for better error handling, being able to choose where to send forms, etc.
- only thing left is to implement
##artistrequestedit
,##artistverifyadd
, and##artistverifyedit
then the rewrite will be complete and the bot would be ready for testing
VADBot v2.0.0 (Beta.1)
oh hey time to use this part of github
Release notes:
-
Rewritten the API library:
- Structured to be extremely flexible.
- Separated Discord-related code from the main Artist class
-
While making a request from a discord form:
- Fields now tell you if you're editing the artist request.
- Name field changes:
- Name field now tells you if there is an already existing artist with the exact same name, and will ask for the artist's name again.
- Name field now has a "back" button to go back and enter another artist name when the artist name seems to be a duplicate of already existing entries in the database.
-
Discord bot's internals now optimized and restructured to be more modular and customizable.
-
##artistrequestadd
has now been rewritten! -
All other artist management commands (
##artistrequestedit
,##artistverify
) has been disabled for now.