Archived
1

Pinner fix for lost spaces

This commit is contained in:
2017-12-03 00:40:30 +04:00
parent 4d941454b5
commit dfda32396a
4 changed files with 21 additions and 13 deletions

View File

@@ -87,7 +87,7 @@ func (p *Pinner) PinMessageToSomeChats(update *tgbotapi.Update) string {
if i == 0 {
chatsToPin = commandArgsList[i]
} else {
messageToPin += commandArgsList[i]
messageToPin += commandArgsList[i] + " "
}
}