Commit Graph

10 Commits

Author SHA1 Message Date
Andrew Lalis 7a4b3e8c36 made tengwar command rate-limited 2017-08-03 08:37:32 +02:00
Andrew Lalis 53608d9a93 Externalized many strings, converted playlist view to tables, and made the playlist show command more pretty. 2017-07-31 12:54:23 +02:00
Andrew Lalis 117254e27d Finalized Zino's changes, and many other things.
* added broadcast command
* added interface for distinguishing command line commands
* added button to switch from english to dutch (work in progress)
* fixed playlist viewer and now uses list models.
2017-07-22 15:46:03 +02:00
Andrew Lalis 8f670601b3 Handiebot Version 1.4.0 Final Commit for release
* Updated README
* externalized all necessary strings
* fixed `-nogui` argument position
* Many small improvements
2017-07-03 13:27:19 +02:00
Andrew Lalis e29c3d7701 Fixed downvote skipping, added usage of command tag. 2017-06-30 13:50:40 +02:00
Andrew Lalis fb430ebf5b Version 1.3.0: Many changes:
* Externalized strings, so that translating phrases is much easier. There are a few log strings that must still be externalized, but all messages to discord are.
* Added downvote skipping: if more than half of the people listening to a song downvote it, the song is skipped.
* Added emojis to prominent commands to make it easier to understand what the bot is doing without having to read a lot.
* Re-ordered execution and notification to users for some commands, so that the user has a better experience.
2017-06-29 13:29:35 +02:00
Andrew Lalis ca56b5061a Fixed multiple errors and made it command line friendly.
* Fixed deletion of messages causing 'no permission error'
* Removed the use of intellij gui form and rewrote the gui in plain java.
* Added console printing to every log call.
2017-06-28 10:44:25 +02:00
Andrew Lalis fdeb1a2059 Fixed help command, improved aesthetics, added time to playing song.
Added framework for reaction voting.
2017-06-25 11:51:19 +02:00
Andrew Lalis e7283743fc Lots of minor bug fixes, added queue clear. 2017-06-25 00:31:10 +02:00
Andrew Lalis 2db68aac61 Finished playlists:
* playlists are saved globally.
* playlists are lists of links, titles and durations
* songs are loaded only when they should be played.
2017-06-23 14:15:36 +02:00