Skip to content

Commit

Permalink
removed KanzeTodoCommand as we are no longer using the Todo channel i…
Browse files Browse the repository at this point in the history
…n JDA guild
  • Loading branch information
kantenkugel committed Jan 21, 2018
1 parent dc79cd7 commit 39191e3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 320 deletions.
1 change: 0 additions & 1 deletion src/main/java/net/dv8tion/discord/Yui.java
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,6 @@ private static void setupBot()
Permissions.getPermissions().setBotAsOp(api.getSelfUser());

api.addEventListener(help.registerCommand(new TodoCommand(api)));
api.addEventListener(help.registerCommand(new KanzeTodoCommand(api)));

//Creates and Stores all Discord endpoints in our Manager.
for (Guild guild : api.getGuilds())
Expand Down
319 changes: 0 additions & 319 deletions src/main/java/net/dv8tion/discord/commands/KanzeTodoCommand.java

This file was deleted.

0 comments on commit 39191e3

Please sign in to comment.