remove username from response
This commit is contained in:
parent
5db4e6bad3
commit
4486a1ec5b
1 changed files with 1 additions and 1 deletions
2
mbot.py
2
mbot.py
|
@ -67,7 +67,7 @@ def main():
|
|||
|
||||
masto.status_reply(
|
||||
to_status=mention['status'],
|
||||
status=f"{username} {response}",
|
||||
status=f"{response}",
|
||||
untag = True,
|
||||
visibility=config['mastodon']['default_visibility']
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue