diff options
author | clarkzjw <[email protected]> | 2023-02-22 23:51:49 -0800 |
---|---|---|
committer | clarkzjw <[email protected]> | 2023-02-23 12:07:32 -0800 |
commit | 736ba02520802499c9970afd9d1ee6a537fb2230 (patch) | |
tree | 4a26d357ef482e42f4fe2a77c0ad5418248bcdb1 /command.py | |
parent | b935ae39c533bfdee7d052acdf939b68833a882a (diff) | |
download | swarm2fediverse-736ba02520802499c9970afd9d1ee6a537fb2230.tar.gz |
bot: set default toot visibility to private
Diffstat (limited to 'command.py')
-rw-r--r-- | command.py | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -4,7 +4,6 @@ from telegram.error import BadRequest | |||
4 | from telegram.ext import ContextTypes, ConversationHandler | 4 | from telegram.ext import ContextTypes, ConversationHandler |
5 | 5 | ||
6 | from config import * | 6 | from config import * |
7 | from mastodon import Mastodon | ||
8 | 7 | ||
9 | 8 | ||
10 | async def start_command(update: Update, context: ContextTypes.DEFAULT_TYPE) -> int: | 9 | async def start_command(update: Update, context: ContextTypes.DEFAULT_TYPE) -> int: |