Skip to content

Commit

Permalink
Updated changelog for 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Mazawrath committed Sep 20, 2018
1 parent 1a22a45 commit 90d6549
Showing 1 changed file with 7 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,23 +28,15 @@ 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.0.0\n" +
"**v2.0.0**\n" +
"Detailed changelog can be found on https://github.com/Mazawrath/beanBOT/releases/tag/v2.1.0\n" +
"**v2.1.0**\n" +
"\n" +
"**New**\n" +
"\t- beanBOT has been reworked from the ground up.\n" +
"\t\t- beanBOT now uses sdcf4j for super easy command management and command parsing.\n" +
"\t- beanBOT is now open source on https://github.com/Mazawrath/beanBOT\n" +
// "\t- Created the Bean Market.\n" +
// "\t\t*Use `.beanmarket` to get started.*\n" +
// "\t- Added `.beaninvest`.\n" +
"\t- Added `.blessed`.\n" +
"\t- Added `.stfu`\n" +
"\t- Added `.source`\n" +
"\n" +
"\t- Added `.loss`.\n" +
"\t- Added `.shame`.\n" +
"\t- Added `.mazapostmessage`.\n" +
"**Changes**\n" +
"\t- Changed the chances of winning on `.beanbet` from 25% to 35%.\n" +
"\t- Updated `.loss`\n";
// "**Bug Fixes**\n" +
"\t`.help` has been completely redone.\n" +
"\tFile name capitalization have been made more consistent.";
}
}

0 comments on commit 90d6549

Please sign in to comment.