Skip to content

Commit

Permalink
Updated change log.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mazawrath committed Jan 11, 2019
1 parent 5dd962c commit 7179a82
Showing 1 changed file with 7 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,18 +34,16 @@ public void onCommand(String[] args, DiscordApi api, ServerTextChannel serverTex

private String getRecentChangeLog() {
return "**New beanBOT update released.**\n" +
"Release can be found on https://github.com/Mazawrath/beanBOT/releases/tag/v3.1.1\n" +
"Detailed changelog can be found on https://github.com/Mazawrath/beanBOT/compare/v3.1.0...v3.1.1\n" +
"Release can be found on https://github.com/Mazawrath/beanBOT/releases/tag/v3.2.0\n" +
"Detailed changelog can be found on https://github.com/Mazawrath/beanBOT/compare/v3.1.1...v3.2.0\n" +
"\n" +
"**v3.1.1**\n" +
// "**New**\n" +
// "\t- Twitch Update\n" +
// "\t\t- beanBOT can now notify servers when a Twitch channel goes live.\n" +
"**v3.2.0**\n" +
"**New**\n" +
"\t- Added `.analyze`.\n" +
"\t\t- Using Google Cloud Vision, beanBOT can now examine a photo for objects, faces, emotions, and more.\n" +
// "\t\t- Server owners can now type `.admintwitch add [twitch channel name]` to subscribe to live notifications for a twitch channel.\n" +
"**Changes**\n" +
"\t- Set up Twitch to only notify servers if streamer was previously offline and has not been online within the past 10 minutes.\n" +
"\t- Changed price of `.beanlottery draw` from 400 beanCoin to 20,000 beanCoin.\n" +
"\t- Lowered time of bean lottery drawing from 7 days to 3 days.";
"\t- Disabled `.beanlottery draw`.";
// "**Bug Fixes**\n" +
// "\t- Fixed an issue with `.beanlottery` not giving help information.\n";
}
Expand Down

0 comments on commit 7179a82

Please sign in to comment.