Skip to content

Commit

Permalink
Update NBot 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
NeutronStars committed Jun 5, 2018
1 parent 49241b9 commit 1056b1f
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,12 @@ private void onJDA(Channel channel)
channel.sendMessageToChannel("https://github.com/DV8FromTheWorld/JDA");
}

@Command(name = "slf4j", description = "Send the link from the SLF4J in GitHub.", toPrivate = true)
private void onSLF4J(Channel channel)
{
channel.sendMessageToChannel("https://github.com/qos-ch/slf4j");
}

@Command(name = "nbot", description = "Send the link from the NBot API in GitHub.", toPrivate = true)
private void onNBot(Channel channel)
{
Expand Down

0 comments on commit 1056b1f

Please sign in to comment.