Changes

Summary

  1. Updated to JDA 1.2.2_165 (commit: 60c4064) (details)
  2. Added a temp fix for audio being broken on linux (commit: fd4bf62) (details)
  3. Build 166 of JDA fixes the audio problems Yui had. (commit: ac0c125) (details)
  4. First pass on the creation of the Todo (.todo) command. Needs Database (commit: e315251) (details)
  5. Moved the TodoCommand registration to be after the api object is (commit: be2ecba) (details)
  6. Added Database support to back the TodoCommand's list when the bot is (commit: ab28ca7) (details)
  7. Made Permissions use constant variables for its database interactions. (commit: b469ced) (details)
  8. Fixed a stupid boolean logic bug. (commit: 40f8779) (details)
  9. fixed bug where we used the wrong sql return set when getting users/ (commit: c52d4cc) (details)
  10. Added .todo lists. Split .todo add into .todo create and .todo add (commit: e090c55) (details)
  11. Added args[n] checking for the .todo command. (commit: fe009e0) (details)
  12. Added Usage Information for .todo. Modified the (commit: 10e33c3) (details)
  13. Made the UsageInstructions pull from the getAliases instead of (commit: b9067b9) (details)
  14. Release of v1.1.0 (commit: 5f8a264) (details)
The file was modifiedbuild.gradle (diff)
Commit fd4bf62a11bef3ab1e19158f2f4c1dd522e8f635 by Austin Keener
Added a temp fix for audio being broken on linux
(commit: fd4bf62)
The file was modifiedsrc/main/java/net/dv8tion/discord/Yui.java (diff)
Commit ac0c1259c2576a047ce9a1ede9527b5d4479024c by Austin Keener
Build 166 of JDA fixes the audio problems Yui had.
(commit: ac0c125)
The file was modifiedbuild.gradle (diff)
The file was modifiedsrc/main/java/net/dv8tion/discord/Yui.java (diff)
Commit e315251e62b82eb28771735e069426a8944a1c6f by Austin Keener
First pass on the creation of the Todo (.todo) command. Needs Database
interfacing.
(commit: e315251)
The file was modifiedgradle/wrapper/gradle-wrapper.properties (diff)
The file was modifiedsrc/main/java/net/dv8tion/discord/Yui.java (diff)
The file was addedsrc/main/java/net/dv8tion/discord/commands/TodoCommand.java
Commit be2ecbad69f696ac53d7860951dba1f46d6c1c1d by Austin Keener
Moved the TodoCommand registration to be after the api object is
created, otherwise.. NPE.
(commit: be2ecba)
The file was modifiedsrc/main/java/net/dv8tion/discord/Yui.java (diff)
Commit ab28ca7641d28e172c056704f1bea37dbc38ee1d by Austin Keener
Added Database support to back the TodoCommand's list when the bot is
turned off.
(commit: ab28ca7)
The file was modifiedsrc/main/java/net/dv8tion/discord/util/Database.java (diff)
The file was modifiedsrc/main/java/net/dv8tion/discord/commands/TodoCommand.java (diff)
Commit b469ced379d6d1854206c35b2c3a4c6d6dc5baf7 by Austin Keener
Made Permissions use constant variables for its database interactions.
(commit: b469ced)
The file was modifiedsrc/main/java/net/dv8tion/discord/util/Database.java (diff)
The file was modifiedsrc/main/java/net/dv8tion/discord/Permissions.java (diff)
Commit 40f8779751303ab6f6df11e4e44044d73bc9e4c4 by Austin Keener
Fixed a stupid boolean logic bug.
(commit: 40f8779)
The file was modifiedsrc/main/java/net/dv8tion/discord/commands/TodoCommand.java (diff)
Commit c52d4cc8c9dbae655e2fa6d7459455fab212af59 by Austin Keener
fixed bug where we used the wrong sql return set when getting users/
(commit: c52d4cc)
The file was modifiedsrc/main/java/net/dv8tion/discord/commands/TodoCommand.java (diff)
Commit e090c55a482b0059b4607fa1884bc625f33dd926 by Austin Keener
Added .todo lists. Split .todo add into .todo create and .todo add
(commit: e090c55)
The file was modifiedsrc/main/java/net/dv8tion/discord/commands/TodoCommand.java (diff)
Commit fe009e0b57e4db2f059060b394ef002043e4e505 by Austin Keener
Added args[n] checking for the .todo command.
(commit: fe009e0)
The file was modifiedsrc/main/java/net/dv8tion/discord/commands/TodoCommand.java (diff)
Commit 10e33c3f8fde13233e9407e93076cf5985e2f1df by Austin Keener
Added Usage Information for .todo. Modified the
Command#getUsageInstructions() to return a list of strings instead of
only one because .todo's usage info was more than 2000 characters, the
message limit for Discord.
(commit: 10e33c3)
The file was modifiedsrc/main/java/net/dv8tion/discord/commands/MyAnimeListCommand.java (diff)
The file was modifiedsrc/main/java/net/dv8tion/discord/commands/SearchCommand.java (diff)
The file was modifiedsrc/main/java/net/dv8tion/discord/commands/AnimeNewsNetworkCommand.java (diff)
The file was modifiedsrc/main/java/net/dv8tion/discord/commands/Command.java (diff)
The file was modifiedsrc/main/java/net/dv8tion/discord/commands/UpdateCommand.java (diff)
The file was modifiedsrc/main/java/net/dv8tion/discord/commands/TestCommand.java (diff)
The file was modifiedsrc/main/java/net/dv8tion/discord/commands/HelpCommand.java (diff)
The file was modifiedsrc/main/java/net/dv8tion/discord/commands/NyaaCommand.java (diff)
The file was modifiedsrc/main/java/net/dv8tion/discord/commands/TodoCommand.java (diff)
The file was modifiedsrc/main/java/net/dv8tion/discord/commands/PermissionsCommand.java (diff)
The file was modifiedsrc/main/java/net/dv8tion/discord/commands/ReloadCommand.java (diff)
Commit b9067b9085d7ee74dcecbd8d40a42f6ac3f2009f by Austin Keener
Made the UsageInstructions pull from the getAliases instead of
hardcoding the command alias. Also reverted by to .todo instead of
.todo2, This was leftover test code.
(commit: b9067b9)
The file was modifiedsrc/main/java/net/dv8tion/discord/commands/TodoCommand.java (diff)
The file was modifiedbuild.gradle (diff)