cc8f219b67Added simple discord command framework in place of the current system. * Still need to actually use it, just added to the POM file.
development
Andrew Lalis2018-01-18 15:21:37 +0100
a1057279e9fixed playnow bug with shuffling, by rewriting the instructions to mimic the track scheduler's behaviour.Andrew Lalis2017-09-02 01:04:58 +0200
53608d9a93Externalized many strings, converted playlist view to tables, and made the playlist show command more pretty.Andrew Lalis2017-07-31 12:54:23 +0200
0cefc0946aAdded table column adjuster class to help in formatting songs table.Andrew Lalis2017-07-30 14:05:23 +0200
4a44675e8eAdded settings file, and displaying playlists as tablesAndrew Lalis2017-07-23 11:28:15 +0200
117254e27dFinalized 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.Andrew Lalis2017-07-22 15:46:03 +0200
a55bb49f1cmade all send messages safe with request buffers, and externalized the token for extra security.Andrew Lalis2017-07-12 15:25:25 +0200
fde75385bdFixed many things, and now you can use youtube to add to playlists.Andrew Lalis2017-07-06 02:14:34 +0200
8177ad8669Youtube query addition added the ability to search and return the first 5 songs from youtube, and have the user choose one of them to play.Andrew Lalis2017-07-03 22:04:51 +0200
8f670601b3Handiebot Version 1.4.0 Final Commit for release * Updated README * externalized all necessary strings * fixed `-nogui` argument position * Many small improvements
#6
Andrew Lalis2017-07-03 13:27:19 +0200
bca2921e67Added sub-command permissions, fixed spam for downvoting, changed repeat and shuffle to admin only, and some few fixes.Andrew Lalis2017-07-02 10:10:15 +0200
b3455e0b8dadded tengwar command. View TengwarCommand.java for more infoAndrew Lalis2017-07-02 01:58:24 +0200
fb430ebf5bVersion 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.Andrew Lalis2017-06-29 13:29:35 +0200
dd82ab6dccfixed permissions error with 0 required permissionsAndrew Lalis2017-06-28 15:55:39 +0200
2078137e1eadded nogui option, and started externalizing strings.Andrew Lalis2017-06-28 15:42:34 +0200
36f85fbe13Added return to avoid double logging if a guild is null.Andrew Lalis2017-06-28 10:45:23 +0200
ca56b5061aFixed 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.Andrew Lalis2017-06-28 10:44:25 +0200
cb4acea979Merge pull request #4 from andrewlalis/developmentAndrew Lalis2017-06-27 11:08:39 +0200
4b76347041* Added permissions for commands. * Added package info files. * Added proper quit command. * Changed so all bot messages stay active, except for pastebin link, which has 10 minutes.
#4
Andrew Lalis2017-06-27 11:07:13 +0200
2c3541e613Merge pull request #3 from andrewlalis/developmentAndrew Lalis2017-06-25 11:53:11 +0200
fdeb1a2059Fixed help command, improved aesthetics, added time to playing song. Added framework for reaction voting.
#3
Andrew Lalis2017-06-25 11:51:19 +0200
7bf9c9ab3eAdded better command descriptions. Help does not work.Andrew Lalis2017-06-25 02:06:34 +0200
e7283743fcLots of minor bug fixes, added queue clear.Andrew Lalis2017-06-25 00:31:10 +0200
2ff95d5e50Merge pull request #2 from andrewlalis/developmentAndrew Lalis2017-06-23 14:26:59 +0200
2db68aac61Finished playlists: * playlists are saved globally. * playlists are lists of links, titles and durations * songs are loaded only when they should be played.
#2
Andrew Lalis2017-06-23 14:15:36 +0200
54deb2fb61Added new command framework and rudimentary playlist functionalityAndrew Lalis2017-06-22 17:04:10 +0200
af2ba22bbaMerge pull request #1 from andrewlalis/developmentAndrew Lalis2017-06-21 16:48:08 +0200