diff --git a/bots/modules/cyberlina.py b/bots/modules/cyberlina.py index 4a9f8b5..1d11e32 100644 --- a/bots/modules/cyberlina.py +++ b/bots/modules/cyberlina.py @@ -96,7 +96,7 @@ class CyberLinaBotModuleConfig(TelegramBotModuleConfig): seed(os.urandom(128)) markov_msg = '' for i in range(3): - markov_msg += self.markovify.make_short_sentence(tries=100) + ' ' + markov_msg += (self.markovify.make_sentence(tries=100) or '') + ' ' results = [ InlineQueryResultArticle( id=uuid4(),