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):