- Using stream variable when determining stream count.
- Setting guild count via said variable.
- Fixed bug to use
setUserCount
inMessageTask.java
- Fixed issue with IDEA project import.
- Added stream sum to user count.
- Updated Javacord version to
3.1.1
.
- Added infinte loop on worker.
- Closing database connections on refugular tasks.
- Added feature of automatic dyes updated on
#toram-sensei-dyes
.
- Added Redis usage.
- Implemented Redis for Upgrade command.
- Implemented
>month
command.
- Fixed eveything with
>level
and monster search. - Release.
- Swithced to using patreon for support.
- Ditched Xtal command class.
- Updated all of the item commands to work with the new coryn.club webpage.
- Using package name of toram-sensei
- Removed duplicate mats command on help.
- Updated and optimized some backend code and removed redundant classes.
- Updated database table to news.
- Moved cooking to crafting.
- Removed prof and added bs and alch. (separated them).
- Added shutdown hook.
- Showing Castlevania source.
- Fixed item command.
- Added flower nectar x10 and using Objects for Prof. guide (BS will be added soon).
- Showing multiple results with level command.
- Is now automatically deployed on each master push.
- Fixed typos.
- Showing time on all gameinfo commands from the toram website.
- Using system env. variables
- Fixed typos.
- Fixed some text format issues for automatic news.
- Removed " Back" from the automatic news.
- Fixed the issue where it would spam the servers with the notifications.
- Made abstract classes for the commands and drastically improvised the code.
- Using Javacords' thread pool rather than creating new threads.
- Auto-generated item commands.
- Added automatic news updates!
- Connecting to a MySQL database for cached data.
- Fixed the mats command.
- Fixed Ad URL's... again...
- Not showing vote multiplier (doesn't seem to work any way).
- Minimized Jar.
- Set donations to paypal.
- TimerTasks are under objects.tasks
- Removed command count.
- Added cloudinary with AES encryption.
- Fixed level boost on level command.
- Removed level range on level.
- Changed dye to monthly.
- Added a new dye command.
- Added vote command.
- Added discord bot list api.
- Added support for multiple dye images.
- Added the StatusImage object, will need to add a RESTful api in order to use it, most likely will use spring boot for this.
- Renamed bot and changes some picture URLs.
- Fixed errors on showed time with dye command.
- Added checkers to not count servers which are bot verifiers.
- Added more messages on activity.
- Added last check time on dye command.
- Fixed to send messages when no upgrades are found.
- Saved the upgrade xtal list page in a buffered variable for faster access.
- Added the enhance|upgrade search command.
- Changed the dye update rate to 12 hours.
- Changed the donation link to a Patreon one.
- Added a support command.
- Made parser method blank.
- Added the mats command.
- Renamed packages.
- Added a lot of commands for specific search queries.
- Proper class re-namings.
- Changed the dye client timeout from 20000 to 30000.
- Fixed logical error for dye updating.
- Fixed typo when starting up.
- Added the dye command.
- Fixed typos.
- Changed monster GIF from image to thumbnail.
- Added donate.
- Added invite.
- Added cooking.
- Fixed missing item thumbnails.
- Re-rolled to using pre-uploaded images.
- Fixed major bug with InputStreams.
- Removed accidental google guava from pom.xml.
- Made images local.
- Updated the name parser.
- Added weaknesses on monsters.
- Added parser for names (for excess spaces).
- Added proficiency command.
- Added version on the help command.
- Fixed monster command.
- Fixed some errors on item search.
- Maintenance can be used as maint as well
- Added Argument Parser.
- Removed the logical error on items.
- All of the commands are multi-threaded.
- Made custom classes for custom methods.
- Using lambda expressions and uses less resources on methods.