Added new subhistory command in subday handler

This commit is contained in:
Alex Vanin 2019-06-03 23:27:34 +03:00
parent 22d0e095e3
commit 5352ef8434
2 changed files with 4 additions and 3 deletions

View file

@ -1,9 +1,9 @@
# Changelog # Changelog
## 3.0.2 - 2019-05-31 ## 3.0.2 - 2019-06-03
### Added ### Added
- Command !subhistory - Command !subhistory
- Info about 5th short subday - Info about 5th and 6th subday
## 3.0.1 - 2019-05-10 ## 3.0.1 - 2019-05-10
### Added ### Added

View file

@ -152,7 +152,8 @@ func (h *SubdayHistoryHandler) Handle(s *discordgo.Session, m *discordgo.Message
"**17.11.18**: _The Witcher_ -> _Xenus: Белое Золото_ -> _NFS: Underground 2_\n" + "**17.11.18**: _The Witcher_ -> _Xenus: Белое Золото_ -> _NFS: Underground 2_\n" +
"**22.12.18**: _True Crime: Streets of LA_ -> _Serious Sam 3_ -> _Kholat_\n" + "**22.12.18**: _True Crime: Streets of LA_ -> _Serious Sam 3_ -> _Kholat_\n" +
"**26.01.19**: _Disneys Aladdin_ -> _~~Gothic~~_ -> _Scrapland_ -> _Donut County_\n" + "**26.01.19**: _Disneys 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) SendMessage(s, m, message)
} }