From 5352ef8434406e70d5691d0dcc1d371ce1e72122 Mon Sep 17 00:00:00 2001 From: alexvanin Date: Mon, 3 Jun 2019 23:27:34 +0300 Subject: [PATCH] Added new subhistory command in subday handler --- changelog.md | 4 ++-- modules/discord/subdayhandlers.go | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/changelog.md b/changelog.md index 4d4538d..b2730f6 100644 --- a/changelog.md +++ b/changelog.md @@ -1,9 +1,9 @@ # Changelog -## 3.0.2 - 2019-05-31 +## 3.0.2 - 2019-06-03 ### Added - Command !subhistory -- Info about 5th short subday +- Info about 5th and 6th subday ## 3.0.1 - 2019-05-10 ### Added diff --git a/modules/discord/subdayhandlers.go b/modules/discord/subdayhandlers.go index d5a239c..94bb89d 100644 --- a/modules/discord/subdayhandlers.go +++ b/modules/discord/subdayhandlers.go @@ -152,7 +152,8 @@ func (h *SubdayHistoryHandler) Handle(s *discordgo.Session, m *discordgo.Message "**17.11.18**: _The Witcher_ -> _Xenus: Белое Золото_ -> _NFS: Underground 2_\n" + "**22.12.18**: _True Crime: Streets of LA_ -> _Serious Sam 3_ -> _Kholat_\n" + "**26.01.19**: _Disney’s Aladdin_ -> _~~Gothic~~_ -> _Scrapland_ -> _Donut County_\n" + - "**24.02.19**: _Tetris 99_ -> _~~Bully~~_ -> _~~GTA: Vice City~~_" + "**24.02.19**: _Tetris 99_ -> _~~Bully~~_ -> _~~GTA: Vice City~~_\n" + + "**02.06.19**: _Spec Ops: The Line_ -> _Escape from Tarkov_\n" SendMessage(s, m, message) }