fixes
This commit is contained in:
@@ -108,7 +108,7 @@ class ChannelHelperBotModuleConfig(TelegramBotModuleConfig):
|
||||
i.type = 'venue'
|
||||
i.args = json.dumps([v.location.latitude, v.location.longitude, v.title, v.address, v.foursquare_id])
|
||||
elif hasattr(m, 'text') and m.text:
|
||||
i.type = 'text'
|
||||
i.type = 'message'
|
||||
i.args = json.dumps([m.text_html, 'html'])
|
||||
|
||||
if self.queued:
|
||||
|
Reference in New Issue
Block a user