TODO Gh command

This commit is contained in:
GregTCLTK 2020-01-15 18:18:06 +01:00
parent 294372941e
commit 4725f4a123
No known key found for this signature in database
GPG key ID: A91BADE5C070FF67

View file

@ -79,6 +79,9 @@ public class GitHubCommand implements Command {
}
}
} else {
event.getHelpCommand().sendHelp(this, event);
/*
TODO: THIS
event.getTextChannel().sendMessage(
event.getMessageEditor().getMessage(
MessageEditor.MessageType.INFO,
@ -86,7 +89,7 @@ public class GitHubCommand implements Command {
"",
"commands.misc.github.connect.description",
"(https://github.com/login/oauth/authorize?client_id=25321f690bb1b6952942)")
.build()).queue();
.build()).queue(); */
}
}