This commit is contained in:
Christian Rendina 2020-03-09 01:48:14 +01:00
parent 6b46d74e66
commit 6cc60ed8aa
1 changed files with 1 additions and 1 deletions

View File

@ -200,7 +200,7 @@ class InlineBot:
id=uuid.uuid4().hex,
type="article",
title=command.getName(),
input_message_content=contentText
input_message_content=contentText,
description=command.getDesc()
)