You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
commandRequest.request.answer("Сейчас я пропускаю случайное число сообщений от `0` до `"+strconv.Itoa(current.Delay)+"`", MarkdownV2)
70
+
commandRequest.request.answer("Сейчас я пропускаю случайное число сообщений от `0` до `"+strconv.Itoa(settings.cache[commandRequest.request.cacheID].Delay)+"`", MarkdownV2)
commandRequest.request.answerErrorWithLog("Не удалось сохранить, отправьте еще раз `/delay N`, где _N_ любое натуральное число меньше `500`", err, MarkdownV2)
88
82
returnnil
89
83
}
90
-
commandRequest.request.answer("Я буду пропускать случайное число сообщений от `0` до `"+strconv.Itoa(current.Delay)+"`", MarkdownV2)
84
+
commandRequest.request.answer("Я буду пропускать случайное число сообщений от `0` до `"+strconv.Itoa(settings.cache[commandRequest.request.cacheID].Delay)+"`", MarkdownV2)
commandRequest.request.answer("Сейчас я хуифицирую случайное число слов от `1` до `"+strconv.Itoa(current.WordsAmount)+"`", MarkdownV2)
146
+
commandRequest.request.answer("Сейчас я хуифицирую случайное число слов от `1` до `"+strconv.Itoa(settings.cache[commandRequest.request.cacheID].WordsAmount)+"`", MarkdownV2)
commandRequest.request.answerErrorWithLog("Не удалось сохранить, отправьте еще раз `/amount N`, где _N_ любое натуральное число не больше `10`", err, MarkdownV2)
174
158
returnnil
175
159
}
176
-
commandRequest.request.answer("Я буду хуифицировать случайное число слов от `1` до `"+strconv.Itoa(settings.Get(commandRequest.request.cacheID).WordsAmount)+"`", MarkdownV2)
160
+
commandRequest.request.answer("Я буду хуифицировать случайное число слов от `1` до `"+strconv.Itoa(settings.cache[commandRequest.request.cacheID].WordsAmount)+"`", MarkdownV2)
0 commit comments