Changes

Summary

  1. Moved the TodoCommand registration to be after the api object is (commit: be2ecba) (details)
  2. Added Database support to back the TodoCommand's list when the bot is (commit: ab28ca7) (details)
  3. Made Permissions use constant variables for its database interactions. (commit: b469ced) (details)
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)