Skip to content

Commit

Permalink
Removed TestCommand
Browse files Browse the repository at this point in the history
  • Loading branch information
DV8FromTheWorld committed Mar 9, 2017
1 parent 823a8ba commit e59f69f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 89 deletions.
1 change: 0 additions & 1 deletion src/main/java/net/dv8tion/discord/Yui.java
Expand Up @@ -113,7 +113,6 @@ private static void setupBot()

HelpCommand help = new HelpCommand();
jdaBuilder.addListener(help.registerCommand(help));
jdaBuilder.addListener(help.registerCommand(new TestCommand()));
if (settings.getGoogleApiKey() != null && !settings.getGoogleApiKey().isEmpty())
{
GoogleSearch.setup(settings.getGoogleApiKey());
Expand Down
88 changes: 0 additions & 88 deletions src/main/java/net/dv8tion/discord/commands/TestCommand.java

This file was deleted.

0 comments on commit e59f69f

Please sign in to comment.