Skip to content

Commit

Permalink
Updated changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Mazawrath committed Sep 20, 2018
1 parent 38b5460 commit 04ca9e5
Showing 1 changed file with 4 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,10 @@ public void onCommand(String command, String id, DiscordApi api, ServerTextChann

private String getRecentChangeLog() {
return "**New beanBOT update released.**\n" +
"Detailed changelog can be found on https://github.com/Mazawrath/beanBOT/releases/tag/v2.1.0\n" +
"**v2.1.0**\n" +
"Detailed changelog can be found on https://github.com/Mazawrath/beanBOT/releases/tag/v2.1.1\n" +
"**v2.1.1**\n" +
"\n" +
"**New**\n" +
"\t- Added `.loss`.\n" +
"\t- Added `.shame`.\n" +
"\t- Added `.mazapostmessage`.\n" +
"**Changes**\n" +
"\t`.help` has been completely redone.\n" +
"\tFile name capitalization have been made more consistent.";
"**Bug Fixes**\n" +
"\t- Fixed an issue where `.shame` had the wrong alias.\n";
}
}

0 comments on commit 04ca9e5

Please sign in to comment.