fix broken link

pull/142/head
Aevann 2023-03-26 01:44:48 +02:00
parent 4b8e7997c5
commit 23e4c76d24
1 changed files with 1 additions and 1 deletions

View File

@ -172,7 +172,7 @@ def group_reject(v:User, group_name, user_id):
abort(404, "There is no membership to reject!")
if membership.approved_utc:
text = f"@{v.username} (!{group}'s owner) has kicked you from !{group}"
text = f"@{v.username} (!{group}'s owner) has kicked you from the group!"
msg = f"You have kicked @{membership.user.username} successfully!"
else:
text = f"@{v.username} (!{group}'s owner) has rejected your application!"