aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorclarkzjw <[email protected]>2023-02-22 23:51:49 -0800
committerclarkzjw <[email protected]>2023-02-23 12:07:32 -0800
commit736ba02520802499c9970afd9d1ee6a537fb2230 (patch)
tree4a26d357ef482e42f4fe2a77c0ad5418248bcdb1 /command.py
parentb935ae39c533bfdee7d052acdf939b68833a882a (diff)
downloadswarm2fediverse-736ba02520802499c9970afd9d1ee6a537fb2230.tar.gz
bot: set default toot visibility to private
Diffstat (limited to 'command.py')
-rw-r--r--command.py1
1 files changed, 0 insertions, 1 deletions
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
4from telegram.ext import ContextTypes, ConversationHandler 4from telegram.ext import ContextTypes, ConversationHandler
5 5
6from config import * 6from config import *
7from mastodon import Mastodon
8 7
9 8
10async def start_command(update: Update, context: ContextTypes.DEFAULT_TYPE) -> int: 9async def start_command(update: Update, context: ContextTypes.DEFAULT_TYPE) -> int:
Powered by cgit v1.2.3 (git 2.41.0)