From 736ba02520802499c9970afd9d1ee6a537fb2230 Mon Sep 17 00:00:00 2001 From: clarkzjw Date: Wed, 22 Feb 2023 23:51:49 -0800 Subject: bot: set default toot visibility to private --- command.py | 1 - 1 file changed, 1 deletion(-) (limited to 'command.py') diff --git a/command.py b/command.py index e45a2e2..901b792 100644 --- a/command.py +++ b/command.py @@ -4,7 +4,6 @@ from telegram.error import BadRequest from telegram.ext import ContextTypes, ConversationHandler from config import * -from mastodon import Mastodon async def start_command(update: Update, context: ContextTypes.DEFAULT_TYPE) -> int: -- cgit v1.2.3