diff --git a/src/main/java/com/mazawrath/beanbot/commands/admin/AdminPostChangeLogCommand.java b/src/main/java/com/mazawrath/beanbot/commands/admin/AdminPostChangeLogCommand.java index ec0ff3d..9d5716d 100644 --- a/src/main/java/com/mazawrath/beanbot/commands/admin/AdminPostChangeLogCommand.java +++ b/src/main/java/com/mazawrath/beanbot/commands/admin/AdminPostChangeLogCommand.java @@ -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"; }