Archived
1

/academy and /bastion commands

This commit is contained in:
2017-12-02 19:50:56 +04:00
parent 010a2395bf
commit 050c0f8d0b
5 changed files with 40 additions and 6 deletions

View File

@@ -75,10 +75,9 @@ func (u *Users) profileAddSuccessMessage(update *tgbotapi.Update, leagueID int,
message += "/best посмотреть лучших покемемов для поимки"
if leagueID == 1 {
if level < 4 {
message += "\nЗаходи в Академию Инстинкта: все вопросы по игре, обучение и помощь новичку: https://t.me/joinchat/G2vME04jk02v2etRmumylg\n"
} else {
message += "\nЗаходи в Бастион Инстинкта: https://t.me/joinchat/G2vME0mIX-QHjjxE\\_JBzoQ\n"
message += "\n/bastion — получить ссылку на БАСТИОН лиги\n"
if level < 5 {
message += "\n/academy — получить ссылку на АКАДЕМИЮ лиги\n"
}
}