From 05aaaac1372245e1afdcbc5b841c5c8fc90b5c39 Mon Sep 17 00:00:00 2001 From: Nils K <24257556+septatrix@users.noreply.github.com> Date: Thu, 20 Feb 2020 15:36:02 +0100 Subject: [PATCH] See #1743 --- [FEATURE-PROPOSAL]-Conversations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/[FEATURE-PROPOSAL]-Conversations.md b/[FEATURE-PROPOSAL]-Conversations.md index 8ea21d1..49b2d39 100644 --- a/[FEATURE-PROPOSAL]-Conversations.md +++ b/[FEATURE-PROPOSAL]-Conversations.md @@ -12,7 +12,7 @@ then there will be a lot of if and else statement. Conversation is unique per chat_id, and if we assume each to and fro communication is Chat ```python -#!/usr/bin/env python +#!/usr/bin/env python3 #Base chat class TelegramChat(object):